@duplicis/types - v1.0.0
Preparing search index...
Duplicis
ClientSidebar
Interface ClientSidebar
Sidebar menu manager.
interface
ClientSidebar
{
close
()
:
void
;
open
(
plugin
?:
PluginConstructor
)
:
string
|
undefined
;
opened
()
:
string
|
undefined
;
toast
(
msg
:
Options
)
:
string
;
toastDismiss
(
id
?:
string
)
:
void
;
toastOnce
(
id
:
string
,
msg
:
Options
)
:
string
;
toastUpdate
(
id
:
string
,
msg
:
Partial
<
ToastMessage
>
)
:
string
;
toastVisible
(
id
?:
string
)
:
boolean
;
}
Index
Methods
close
open
opened
toast
toast
Dismiss
toast
Once
toast
Update
toast
Visible
Methods
close
close
()
:
void
Returns
void
open
open
(
plugin
?:
PluginConstructor
)
:
string
|
undefined
Parameters
Optional
plugin
:
PluginConstructor
Returns
string
|
undefined
opened
opened
()
:
string
|
undefined
Returns
string
|
undefined
toast
toast
(
msg
:
Options
)
:
string
Parameters
msg
:
Options
Returns
string
toast
Dismiss
toastDismiss
(
id
?:
string
)
:
void
Parameters
Optional
id
:
string
Returns
void
toast
Once
toastOnce
(
id
:
string
,
msg
:
Options
)
:
string
Parameters
id
:
string
msg
:
Options
Returns
string
toast
Update
toastUpdate
(
id
:
string
,
msg
:
Partial
<
ToastMessage
>
)
:
string
Parameters
id
:
string
msg
:
Partial
<
ToastMessage
>
Returns
string
toast
Visible
toastVisible
(
id
?:
string
)
:
boolean
Parameters
Optional
id
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
close
open
opened
toast
toast
Dismiss
toast
Once
toast
Update
toast
Visible
@duplicis/types - v1.0.0
Loading...
Sidebar menu manager.