@refinio/one.models
Preparing search index...
models/role/Role
StaticRoleModel
Type Alias StaticRoleModel<T>
Used in util functions to get the role name from a role class.
type
StaticRoleModel
<
T
extends
default
=
default
>
=
{
roleName
:
string
;
new
(
...
args
:
any
[]
)
:
T
;
}
Type Parameters
T
extends
default
=
default
new
StaticRoleModel
(
...
args
:
any
[]
)
:
T
Parameters
...
args
:
any
[]
Returns
T
Index
Properties
role
Name
Properties
role
Name
roleName
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
Name
@refinio/one.models
Loading...
Used in util functions to get the role name from a role class.