Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Assets.Organization
IProps
Interface IProps
Props
interface
IProps
{
onClose
:
()
=>
void
;
organization
:
IFrontOrganizationsItem
;
swr
:
{
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
;
}
Index
Properties
on
Close
organization
swr
Properties
on
Close
onClose
:
()
=>
void
organization
organization
:
IFrontOrganizationsItem
swr
swr
:
{
loadingOrganizations
:
boolean
;
mutateOneOrganization
:
(
organization
:
IFrontMutateOrganizationsItem
,
)
=>
Promise
<
void
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Close
organization
swr
Tanatloc documentation
Loading...
Props