Search
Preparing search index...
The search index is not available
@habx/lib-form-helper - v8.1.0
Options
All
Public
Public/Protected
All
Inherited
Menu
@habx/lib-form-helper - v8.1.0
UsePreventLeaveDecoratorOptions
Interface UsePreventLeaveDecoratorOptions
Hierarchy
UsePreventLeaveDecoratorOptions
Index
Properties
cancel
Label
confirm
Label
message
subscription
Methods
should
Prevent
Leaving
Properties
Optional
cancel
Label
cancel
Label
?:
string
Optional
confirm
Label
confirm
Label
?:
string
Optional
message
message
?:
string
Optional
subscription
subscription
?:
FormSubscription
default
{ dirty: true }
Methods
Optional
should
Prevent
Leaving
should
Prevent
Leaving
(
state
:
FormState
<
any
,
Partial
<
any
>
>
)
:
boolean
default
({ dirty }) => dirty
Parameters
state:
FormState
<
any
,
Partial
<
any
>
>
Returns
boolean
Exports
Use
Prevent
Leave
Decorator
Options
cancel
Label
confirm
Label
message
subscription
should
Prevent
Leaving
{ dirty: true }