Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAlertProps<T>

Alert Properties

Type parameters

  • T

Hierarchy

  • IBaseProps<IAlert>
    • IAlertProps

Index

Properties

Optional assignTo

assignTo: (obj: IAlert) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional content

content: string | T

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional header

header: string

Optional isDismissible

isDismissible: boolean

Optional type

type: number

Generated using TypeDoc