@umbraco-cms/backoffice

    Interface UmbBlockValueType<BlockLayoutType>

    interface UmbBlockValueType<
        BlockLayoutType extends
            UmbBlockLayoutBaseModel = UmbBlockLayoutBaseModel,
    > {
        contentData: UmbBlockDataModel[];
        expose: UmbBlockExposeModel[];
        layout: { [key: string]: undefined
        | BlockLayoutType[] };
        settingsData: UmbBlockDataModel[];
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    contentData: UmbBlockDataModel[]
    layout: { [key: string]: undefined | BlockLayoutType[] }
    settingsData: UmbBlockDataModel[]
    MMNEPVFCICPMFPCPTTAAATR