Preparing search index...
The search index is not available
Nymph.js 1.0.0-beta.81
Nymph.js 1.0.0-beta.81
@nymphjs/tilmeld
AccessControlData
Type alias AccessControlData
Access
Control
Data
:
{
acFull
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
;
acGroup
?:
number
;
acOther
?:
number
;
acRead
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
;
acUser
?:
number
;
acWrite
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
;
group
?:
Group
&
GroupData
;
user
?:
User
&
UserData
;
}
Type declaration
Optional
ac
Full
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
Optional
ac
Group
?:
number
Optional
ac
Other
?:
number
Optional
ac
Read
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
Optional
ac
User
?:
number
Optional
ac
Write
?:
(
User
&
UserData
|
Group
&
GroupData
)
[]
Optional
group
?:
Group
&
GroupData
Optional
user
?:
User
&
UserData
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Nymph.js 1.0.0-beta.81
Loading...