Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Group
IProps
Interface IProps
Props
interface
IProps
{
group
?:
Pick
<
IFrontGroupsItem
,
"id"
|
"name"
|
"users"
>
;
organization
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"groups"
>
;
swr
:
{
addOneGroup
?:
(
group
:
IFrontNewGroup
)
=>
Promise
<
void
>
;
mutateOneGroup
?:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
;
userOptions
:
{
label
:
string
;
value
:
string
}
[]
;
}
Index
Properties
group?
organization
swr
user
Options
Properties
Optional
group
group
?:
Pick
<
IFrontGroupsItem
,
"id"
|
"name"
|
"users"
>
organization
organization
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"groups"
>
swr
swr
:
{
addOneGroup
?:
(
group
:
IFrontNewGroup
)
=>
Promise
<
void
>
;
mutateOneGroup
?:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
user
Options
userOptions
:
{
label
:
string
;
value
:
string
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
organization
swr
user
Options
Tanatloc documentation
Loading...
Props