Skip to content

PoleArrangementComboBox()

Description

Constructor of the PoleArrangementComboBox type.

Syntax

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

Return value

Type Description
PoleArrangementComboBox Object of type PoleArrangementComboBox.

Example

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

See Also

Last update: 18 August 2025, 14:28