Interface NotifyOptions

Index

Properties

Properties

optional public closable?: boolean

Allow alert to be closable through a close icon.

param

optional public fadeOut?: NotifyFadeOutSettings

Fade alert out after a certain delay (in ms)

param

optional public message?: MessageOptions

Text to show on alert, you can use either html or text. HTML will override text.

param

optional public onClose?: () => void

Called before alert closes.

param

optional public onClosed?: () => void

Called after alert closes.

param

optional public transition?: string

Alert transition, pretty sure only fade is supported, you can try others if you wish.

param

optional public type?: string

Alert style, omit alert- from style name.

param