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

    Type Alias ExtensionAttribute

    type ExtensionAttribute = {
        attribute: Required<Omit<Attribute, "validate">> & Pick<
            Attribute,
            "validate",
        >;
        name: string;
        type: string;
    }
    Index

    Properties

    Properties

    attribute: Required<Omit<Attribute, "validate">> & Pick<Attribute, "validate">
    name: string
    type: string