Optional
onFunction called when the component initializes.
Returns a Promise that resolves when the initialization is complete, or undefined if there is no need for an asynchronous operation.
Optional
onFunction called when the component mounts.
The count parameter for the onMount function.
The stack parameter for the onMount function.
Optional
onCallback function called when unmounting occurs.
The count value.
The stack of modals.
Represents a modal component.
IModal