ExclamationIcon()¶ Description¶ Constructor of the ExclamationIcon type. Syntax¶ JSnew ExclamationIcon(parent: widget = null) -> ExclamationIcon Return value¶ Type Description ExclamationIcon Object of type ExclamationIcon. Example¶ JS1 2let w = new ExclamationIcon(); console.info(w); See Also Last update: 18 August 2025, 14:28