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

    Type Alias GlobalAttributes

    GlobalAttributes: {
        attributes: Record<string, Attribute | undefined>;
        types: string[];
    }[]

    Type Declaration

    • attributes: Record<string, Attribute | undefined>

      The attributes to add to the node or mark types.

    • types: string[]

      The node & mark types this attribute should be applied to.