Type Alias UmbDocumentUserPermissionConditionConfig
UmbDocumentUserPermissionConditionConfig: UmbConditionConfigBase< "Umb.Condition.UserPermission.Document",> & { allOf?: string[]; oneOf?: string[] } Type declaration
Optional
allOf?: string[]
Optional
oneOf?: string[]
The user must have all of the permissions in this array for the condition to be met.