Skip to content

ExclamationIcon()

Description

Constructor of the ExclamationIcon type.

Syntax

JS
new ExclamationIcon(parent: widget = null) -> ExclamationIcon

Return value

Type Description
ExclamationIcon Object of type ExclamationIcon.

Example

JS
let w = new ExclamationIcon();
console.info(w);

See Also

Last update: 18 August 2025, 14:28