Pages
Ui.Modal
A generic modal component.
States
The content of the modal.
Wether or not the modal is open.
The reject function.
The resolve function.
The theme.
The transition duration.
The z-index of the modal.
Functions
Cancels the modal.
Hides the modal.
Renders the modal.
Shows the component with the given content.
showWithOptions
(
content
:
Html
zIndex
:
Number
transitionDuration
:
Number
theme
:
Ui.Theme
openCallback
:
Function(Promise(Never, Void))
)
:
Promise(String, Void)
Shows the component with the given content and z-index.