Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
API.Group.UseGroups
useGroups
Function useGroups
Use groups
useGroups
(
id
?:
string
,
)
:
[
IFrontGroups
,
{
addOneGroup
:
(
group
:
IFrontNewGroup
)
=>
Promise
<
void
>
;
delOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
errorGroups
:
Error
;
loadingGroups
:
boolean
;
mutateOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
}
,
]
Parameters
Optional
id
:
string
Id
Returns
[
IFrontGroups
,
{
addOneGroup
:
(
group
:
IFrontNewGroup
)
=>
Promise
<
void
>
;
delOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
errorGroups
:
Error
;
loadingGroups
:
boolean
;
mutateOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
;
}
,
]
Groups
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Tanatloc documentation
Loading...
Use groups