@umbraco-cms/backoffice

    Interface UmbBlockDataModel

    interface UmbBlockDataModel {
        contentTypeKey: string;
        key: string;
        values: UmbBlockDataValueModel<unknown>[];
    }
    Index

    Properties

    contentTypeKey: string
    key: string
    values: UmbBlockDataValueModel<unknown>[]
    MMNEPVFCICPMFPCPTTAAATR