@elemental/ui / Class

LmnModalDialogComponent

Decorators:@Component
Selectors:lmn-modal-dialog

No documentation has been provided.

Properties

NameTypeDescription
attrAriaDescribedBy
r
InputSignal<string>

Modal dialog aria described by

attrAriaDescription
r
InputSignal<string>

Modal dialog aria description

attrAriaLabel
r
InputSignal<string>

Modal dialog aria label

attrAriaLabelledBy
r
InputSignal<string>

Modal dialog aria labelled by

closeButtonAttrAriaDescribedBy
r
InputSignal<string>

Close button aria described by

closeButtonAttrAriaDescription
r
InputSignal<string>

Close button aria description

closeButtonAttrAriaLabel
r
InputSignal<string>

Close button aria label

closeButtonAttrAriaLabelledBy
r
InputSignal<string>

Close button aria labelled by

closeButtonNegative
r
InputSignalWithTransform<boolean, unknown>

Whether the close button has negative style

closeButtonTooltip
r
InputSignal<string>

Tooltip for the close button

disableCloseOnEsc
r
InputSignalWithTransform<boolean, unknown>

Whether the modal dialog is closable on esc key

id
r
InputSignal<string>

The modal dialog id

nativeElement
r
HTMLElement
negative
r
InputSignalWithTransform<boolean, unknown>

Whether the modal dialog has negative style

open
r
ModelSignal<boolean>

Whether the modal dialog is open or not

open$
r
Observable<boolean>

The exposed opened state of the modal dialog

position
r
InputSignal<LmnModalDialogPosition>

The position of the modal dialog

showCloseButton
r
InputSignalWithTransform<boolean, unknown>

Show the modal dialog close button

size
r
InputSignal<LmnModalDialogSize>

The size of the modal dialog

Methods

hideModal()

Hide the modal dialog

Presentation
hideModal(): void;
Returns
void

showModal()

Show the modal dialog

Presentation
showModal(): void;
Returns
void