Skip to content

NumberEdit()

Description

Constructor of the NumberEdit type.

Syntax

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

Return value

Type Description
NumberEdit Object of type NumberEdit.

Example

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

See Also

Last update: 18 August 2025, 14:28