interface UmbBlockGridValueModel {
    contentData: UmbBlockDataType[];
    layout: {
        [key: string]: BlockLayoutType[] | undefined;
    };
    settingsData: UmbBlockDataType[];
}

Hierarchy (view full)

Properties

contentData: UmbBlockDataType[]
layout: {
    [key: string]: BlockLayoutType[] | undefined;
}
settingsData: UmbBlockDataType[]
""