Modal

Signature:

export class Modal implements CloseableComponent 

Implements: CloseableComponent

Constructors

ConstructorModifiersDescription
(constructor)(app)Constructs a new instance of the Modal class

Properties

PropertyModifiersTypeDescription
appApp
containerElHTMLElement
contentElHTMLElement
modalElHTMLElement
scopeScope
shouldRestoreSelectionboolean
titleElHTMLElement

Methods

MethodModifiersDescription
close()Hide the modal.
onClose()
onOpen()
open()Show the modal on the the active window. On mobile, the modal will animate on screen.
setContent(content)
setTitle(title)