cockpit-plugin-base-react - v1.1.1
GitHub
Wiki
Preparing search index...
index
usePersistedSet
Function usePersistedSet
usePersistedSet
(
storageKey
:
string
,
options
?:
PersistedSetOptions
,
)
:
{
clear
:
()
=>
void
;
items
:
Set
<
string
>
;
toggle
:
(
id
:
string
)
=>
void
}
Parameters
storageKey
:
string
options
:
PersistedSetOptions
= {}
Returns
{
clear
:
()
=>
void
;
items
:
Set
<
string
>
;
toggle
:
(
id
:
string
)
=>
void
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
Wiki
cockpit-plugin-base-react - v1.1.1
Loading...