Is modal Active toggle
Handles the closing of the modal.
The event that triggered the modal closing.
Handles the opening of the modal.
The event that triggered the modal opening.
Updates the modal body content with new text.
The new body content as a string.
Updates the modal footer buttons based on a configuration array.
An array of ModalButtons to configure the footer.
Updates the entire modal dialog with new content and buttons.
A ModalConfig object containing the new dialog configuration.
Updates the modal header with new content.
The new header content as a string.
Static
Instantiates a new USAModal object. Must be initialized with an existing modal element.
The HTMLElement to initialize.
A new instance of USAModal.
create from config
Generated using TypeDoc
Is modal Active toggle