Alert Properties

Type Parameters

  • T = HTMLElement

Hierarchy

  • IBaseProps<IAlert>
    • IAlertProps

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

content?: string | T
data?: any
el?: HTMLElement

The element to render the component to.

header?: string
isDismissible?: boolean
onClose?: ((props?) => void)

Type declaration

    • (props?): void
    • Parameters

      Returns void

type?: number

Generated using TypeDoc