Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Organizations.List
IProps
Interface IProps
Props
interface
IProps
{
organizations
:
IFrontOrganizations
;
setOrganization
:
(
organization
:
IFrontOrganizationsItem
)
=>
void
;
swr
:
{
delOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
;
user
:
Pick
<
IFrontUser
,
"id"
>
;
}
Index
Properties
organizations
set
Organization
swr
user
Properties
organizations
organizations
:
IFrontOrganizations
set
Organization
setOrganization
:
(
organization
:
IFrontOrganizationsItem
)
=>
void
swr
swr
:
{
delOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
user
user
:
Pick
<
IFrontUser
,
"id"
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organizations
set
Organization
swr
user
Tanatloc documentation
Loading...
Props