@umbraco-cms/backoffice

    Type Alias UmbLanguageUserPermissionConditionConfig

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

    Type declaration

    • OptionalallOf?: string[]

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

      ["en", "da"]
      
    • match: string
    • OptionaloneOf?: string[]

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

      ["en", "da"]
      
    MMNEPVFCICPMFPCPTTAAATR