sesaparcours
Preparing search index...
entities/dom/Modal
ModalOptions
Interface ModalOptions
interface
ModalOptions
{
closeWithOk
?:
boolean
;
delay
?:
number
;
fullScreen
?:
boolean
;
fullScreenIframe
?:
boolean
;
inset
?:
string
;
maxHeight
?:
string
;
maxWidth
?:
string
;
onClose
?:
()
=>
void
;
title
?:
string
;
withoutClose
?:
boolean
;
zIndex
?:
string
|
number
;
}
Hierarchy (
View Summary
)
ModalOptions
DialogOptions
Index
Properties
close
With
Ok?
delay?
full
Screen?
full
Screen
Iframe?
inset?
max
Height?
max
Width?
on
Close?
title?
without
Close?
z
Index?
Properties
Optional
close
With
Ok
closeWithOk
?:
boolean
Optional
delay
delay
?:
number
Optional
full
Screen
fullScreen
?:
boolean
Optional
full
Screen
Iframe
fullScreenIframe
?:
boolean
Optional
inset
inset
?:
string
Optional
max
Height
maxHeight
?:
string
Optional
max
Width
maxWidth
?:
string
Optional
on
Close
onClose
?:
()
=>
void
Optional
title
title
?:
string
Optional
without
Close
withoutClose
?:
boolean
Optional
z
Index
zIndex
?:
string
|
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
close
With
Ok
delay
full
Screen
full
Screen
Iframe
inset
max
Height
max
Width
on
Close
title
without
Close
z
Index
sesaparcours
Loading...