Why the snackbar was closed. Value will be passed to CLOSING_EVENT and CLOSED_EVENT via the
event.detail.reason
property. Standard values are REASON_ACTION and REASON_DISMISS, but custom
client-specific values may also be used if desired.
Fires a cross-browser-compatible custom event from the component root of the given type, with the given data.
Wrapper method to add an event listener to the component's root element. This is most useful when listening for custom events.
Wrapper method to remove an event listener to the component's root element. This is most useful when unlistening for custom events.
Generated using TypeDoc