Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Group.Delete
IProps
Interface IProps
Props
interface
IProps
{
group
:
Pick
<
IFrontGroupsItem
,
"id"
|
"name"
>
;
swr
:
{
delOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
}
;
}
Index
Properties
group
swr
Properties
group
group
:
Pick
<
IFrontGroupsItem
,
"id"
|
"name"
>
swr
swr
:
{
delOneGroup
:
(
group
:
IFrontMutateGroupsItem
)
=>
Promise
<
void
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
group
swr
Tanatloc documentation
Loading...
Props