@umbraco-cms/backoffice

    Interface UmbBlockListValueModel

    interface UmbBlockListValueModel {
        contentData: UmbBlockDataModel[];
        expose: UmbBlockExposeModel[];
        layout: { [key: string]: undefined | UmbBlockListLayoutModel[] };
        settingsData: UmbBlockDataModel[];
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

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