Preparing search index...
The search index is not available
Ember Bootstrap Modals Manager - v7.6.0
Ember Bootstrap Modals Manager
ModalArgs
Interface ModalArgs
interface
ModalArgs
{
modalIsOpened
:
boolean
;
onConfirm
:
(
(
v
)
=>
void
)
;
onDecline
:
(
(
v
)
=>
void
)
;
options
:
EbmmModalOptions
;
}
Index
Properties
modal
Is
Opened
on
Confirm
on
Decline
options
Properties
modal
Is
Opened
modal
Is
Opened
:
boolean
on
Confirm
on
Confirm
:
(
(
v
)
=>
void
)
Type declaration
(
v
)
:
void
Parameters
v
:
any
Returns
void
on
Decline
on
Decline
:
(
(
v
)
=>
void
)
Type declaration
(
v
)
:
void
Parameters
v
:
any
Returns
void
options
options
:
EbmmModalOptions
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
modal
Is
Opened
on
Confirm
on
Decline
options
Ember Bootstrap Modals Manager - v7.6.0
Loading...