Skip to main content

Balloon

Balloon-style visual notifications.

Constructors

new Balloon()

new Balloon(): Balloon

Returns

Balloon

Methods

error()

error(s): void

Shows information message (red background)

Parameters

ParameterType
sstring | HTMLElement

Returns

void

Source

src/widgets.ts:1026


info()

info(s): void

Shows information message (green background)

Parameters

ParameterType
sstring | HTMLElement

Returns

void

Source

src/widgets.ts:1021


closeAll()

static closeAll(): void

Closes all balloons currently shown

Returns

void

Source

src/widgets.ts:1031