@umbraco-cms/backoffice
    Preparing search index...

    Interface UmbBlockListWorkspaceData

    interface UmbBlockListWorkspaceData {
        baseDataPath: string;
        entityType: string;
        inheritValidationLook?: boolean;
        originData: UmbBlockListWorkspaceOriginData;
        preset: Partial<unknown>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseDataPath: string
    entityType: string
    inheritValidationLook?: boolean
    preset: Partial<unknown>