Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Interface
IFrontUserModel
Interface IFrontUserModel
User model
interface
IFrontUserModel
{
groups
:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
;
id
:
string
;
model
:
IModel
;
owners
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
template
:
string
;
users
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
;
}
Hierarchy
Pick
<
IUserModelWithData
<
(
"id"
|
"model"
|
"template"
|
"owners"
|
"users"
|
"groups"
)
[]
,
>
,
"id"
|
"model"
|
"template"
|
"owners"
|
"users"
|
"groups"
,
>
IFrontUserModel
Index
Properties
groups
id
model
owners
template
users
Properties
groups
groups
:
Pick
<
IGroupWithData
<
"name"
[]
>
,
"id"
|
"name"
>
[]
id
id
:
string
model
model
:
IModel
owners
owners
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
template
template
:
string
users
users
:
Pick
<
IUserWithData
<
(
"lastname"
|
"firstname"
|
"email"
|
"avatar"
)
[]
>
,
"id"
|
"lastname"
|
"firstname"
|
"email"
|
"avatar"
,
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
groups
id
model
owners
template
users
Tanatloc documentation
Loading...
User model