Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Workspace.List
IProps
Interface IProps
Props
interface
IProps
{
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
;
swr
:
{
addOneWorkspace
:
(
workspace
:
IFrontNewWorkspace
)
=>
Promise
<
void
>
;
delOneWorkspace
:
(
workspace
:
IFrontMutateWorkspacesItem
)
=>
Promise
<
void
>
;
mutateOneWorkspace
:
(
workspace
:
IFrontMutateWorkspacesItem
,
)
=>
Promise
<
void
>
;
}
;
user
:
Pick
<
IFrontUser
,
"id"
|
"plugins"
>
;
workspaces
:
Pick
<
IFrontWorkspacesItem
,
"id"
|
"name"
|
"projects"
|
"owners"
|
"users"
|
"groups"
,
>
[]
;
}
Index
Properties
organizations
swr
user
workspaces
Properties
organizations
organizations
:
Pick
<
IFrontOrganizationsItem
,
"id"
|
"name"
|
"owners"
|
"users"
|
"groups"
,
>
[]
swr
swr
:
{
addOneWorkspace
:
(
workspace
:
IFrontNewWorkspace
)
=>
Promise
<
void
>
;
delOneWorkspace
:
(
workspace
:
IFrontMutateWorkspacesItem
)
=>
Promise
<
void
>
;
mutateOneWorkspace
:
(
workspace
:
IFrontMutateWorkspacesItem
,
)
=>
Promise
<
void
>
;
}
user
user
:
Pick
<
IFrontUser
,
"id"
|
"plugins"
>
workspaces
workspaces
:
Pick
<
IFrontWorkspacesItem
,
"id"
|
"name"
|
"projects"
|
"owners"
|
"users"
|
"groups"
,
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
organizations
swr
user
workspaces
Tanatloc documentation
Loading...
Props