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

    Type Alias UmbEntityContentTypeUniqueConditionConfig

    UmbEntityContentTypeUniqueConditionConfig: UmbConditionConfigBase<
        typeof UMB_ENTITY_CONTENT_TYPE_UNIQUE_CONDITION_ALIAS,
    > & { match?: string; oneOf?: string[] }

    Type Declaration

    • Optionalmatch?: string

      Define the unique (GUID) of the entity content type for which this extension should be available.

      "d59be02f-1df9-4228-aa1e-01917d806cda"
      
    • OptionaloneOf?: string[]

      Define one or more unique (GUIDs) of entity content types for which this extension should be available.

      ["d59be02f-1df9-4228-aa1e-01917d806cda", "42d7572e-1ba1-458d-a765-95b60040c3ac"]