Preparing search index...
The search index is not available
CypherMed JavaScript SDK
cyphermed
initializerSlice
Variable initializerSlice
Const
initializer
Slice
:
Slice
<
IInitializerState
,
{
setCyphermedUrl
:
(
(
state
,
action
)
=>
void
)
;
setRestrictToAdminsOnly
:
(
(
state
,
action
)
=>
void
)
;
}
,
"initializer"
>
= ...
Type declaration
set
Cyphermed
Url
:
(
(
state
,
action
)
=>
void
)
(
state
,
action
)
:
void
Parameters
state
:
IInitializerState
action
:
{
payload
:
string
;
type
:
string
;
}
payload
:
string
type
:
string
Returns
void
set
Restrict
To
Admins
Only
:
(
(
state
,
action
)
=>
void
)
(
state
,
action
)
:
void
Parameters
state
:
IInitializerState
action
:
{
payload
:
boolean
;
type
:
string
;
}
payload
:
boolean
type
:
string
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
cyphermed
Loading...