Preparing search index...
The search index is not available
Tanatloc documentation
Tanatloc documentation
Components.Workspace.Sample
IProps
Interface IProps
Props
interface
IProps
{
setVisible
:
(
visible
:
boolean
)
=>
void
;
swr
:
{
addOneWorkspace
:
(
workspace
:
IFrontNewWorkspace
)
=>
Promise
<
void
>
}
;
user
:
Pick
<
IFrontUser
,
"id"
|
"plugins"
>
;
visible
:
boolean
;
}
Index
Properties
set
Visible
swr
user
visible
Properties
set
Visible
setVisible
:
(
visible
:
boolean
)
=>
void
swr
swr
:
{
addOneWorkspace
:
(
workspace
:
IFrontNewWorkspace
)
=>
Promise
<
void
>
}
user
user
:
Pick
<
IFrontUser
,
"id"
|
"plugins"
>
visible
visible
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
set
Visible
swr
user
visible
Tanatloc documentation
Loading...
Props