Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Optional controls

controls?: Children

An array of controls to show in the alert.

Optional dismissible

dismissible?: boolean

Whether or not the alert can be dismissed.

Optional ondismiss

ondismiss?: Function

A callback to run when the alert is dismissed

Optional type

type?: string

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

Generated using TypeDoc version 0.22.10