Hierarchy

Properties

controls?: Children

An array of controls to show in the alert.

dismissible?: boolean

Whether or not the alert can be dismissed.

icon?: string

Icon used next to the title. Optional.

ondismiss?: Function

A callback to run when the alert is dismissed

title?: Children

Title of the alert. Optional.

type?: string

The type of alert this is. Will be used to give the alert a class name of Alert--{type}.

Generated using TypeDoc v0.23.24