Skip to main content

Balloon

Defined in: src/widgets/menu.ts:192

Balloon-style visual notifications.

Constructors

Constructor

new Balloon(): Balloon

Returns

Balloon

Methods

error()

error(s): void

Defined in: src/widgets/menu.ts:200

Shows information message (red background)

Parameters

ParameterType
sstring | HTMLElement

Returns

void


info()

info(s): void

Defined in: src/widgets/menu.ts:195

Shows information message (green background)

Parameters

ParameterType
sstring | HTMLElement

Returns

void


warning()

warning(s): void

Defined in: src/widgets/menu.ts:204

Parameters

ParameterType
sstring | HTMLElement

Returns

void


closeAll()

static closeAll(): void

Defined in: src/widgets/menu.ts:209

Closes all balloons currently shown

Returns

void