Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertBoxDef

This will create informational box control.

Hierarchy

  • AlertBoxDef

Index

Properties

Properties

Optional html

html: undefined | string

Information message to be displayed.

Optional style

style: undefined | string

Alert box style ('success', 'info', 'danger', 'warning', 'primary' or 'default'). (default: "default")

Optional text

text: undefined | string

Information message to be displayed (plain text only).

type

type: "AlertBox"