Interface ICorePermissionHolder
Methods
add
- add(perm: string, bool: boolean): void
-
Parameters
-
perm: string
-
bool: boolean
Returns void
check
- check(perm: string | string[]): null | boolean
-
Parameters
Returns null | boolean
checkStrict
- checkStrict(perm: string | string[]): null | boolean
-
Parameters
Returns null | boolean
remove
- remove(perm: string): void
-
Parameters
Returns void