Hex Core JS
Preparing search index...
Forms
useFormLockStateFunctions
Function useFormLockStateFunctions
useFormLockStateFunctions
(
__namedParameters
:
UseFormLockStateFunctionsArgs
,
)
:
{
addSubmissionLock
:
(
initialIsLocked
?:
boolean
,
keyPrefix
?:
string
,
)
=>
string
;
removeSubmissionLock
:
(
key
:
string
)
=>
void
;
setSubmissionLock
:
(
key
:
string
,
isLocked
:
boolean
)
=>
void
;
}
Parameters
__namedParameters
:
UseFormLockStateFunctionsArgs
Returns
{
addSubmissionLock
:
(
initialIsLocked
?:
boolean
,
keyPrefix
?:
string
,
)
=>
string
;
removeSubmissionLock
:
(
key
:
string
)
=>
void
;
setSubmissionLock
:
(
key
:
string
,
isLocked
:
boolean
)
=>
void
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Hex Core JS
Loading...