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

    Type Alias UmbElementUserPermissionConditionConfig

    UmbElementUserPermissionConditionConfig: UmbConditionConfigBase<
        "Umb.Condition.UserPermission.Element",
    > & { allOf?: string[]; oneOf?: string[] }

    Type Declaration

    • OptionalallOf?: string[]

      The user must have all of the permissions in this array for the condition to be met.

      ["Umb.Element.Save", "Umb.Element.Publish"]
      
    • OptionaloneOf?: string[]

      The user must have at least one of the permissions in this array for the condition to be met.

      ["Umb.Element.Save", "Umb.Element.Publish"]