LmnModalDialogComponent
Decorators: |
|
Selectors: |
|
No documentation has been provided.
Properties
Name | Type | Description |
---|---|---|
attrAriaDescribedBy r |
| Modal dialog aria described by |
attrAriaDescription r |
| Modal dialog aria description |
attrAriaLabel r |
| Modal dialog aria label |
attrAriaLabelledBy r |
| Modal dialog aria labelled by |
closeButtonAttrAriaDescribedBy r |
| Close button aria described by |
closeButtonAttrAriaDescription r |
| Close button aria description |
closeButtonAttrAriaLabel r |
| Close button aria label |
closeButtonAttrAriaLabelledBy r |
| Close button aria labelled by |
closeButtonNegative r |
| Whether the close button has negative style |
closeButtonTooltip r |
| Tooltip for the close button |
disableCloseOnEsc r |
| Whether the modal dialog is closable on esc key |
id r |
| The modal dialog id |
nativeElement r | HTMLElement | |
negative r |
| Whether the modal dialog has negative style |
open r |
| Whether the modal dialog is open or not |
open$ r |
| The exposed opened state of the modal dialog |
position r |
| The position of the modal dialog |
showCloseButton r |
| Show the modal dialog close button |
size r |
| The size of the modal dialog |
Methods
hideModal() |
---|
Hide the modal dialog |
Presentation
|
Returnsvoid |
showModal() |
---|
Show the modal dialog |
Presentation
|
Returnsvoid |