Skip to main content

Class: Balloon

dg.Balloon

Balloon-style visual notifications.

Constructors

constructor

new Balloon()

Methods

error

error(s): void

Shows information message (red background)

Parameters

NameType
sstring | HTMLElement

Returns

void

Defined in

src/widgets.ts:980


info

info(s): void

Shows information message (green background)

Parameters

NameType
sstring | HTMLElement

Returns

void

Defined in

src/widgets.ts:975


closeAll

Static closeAll(): void

Closes all balloons currently shown

Returns

void

Defined in

src/widgets.ts:985