Skip to main content

Boolean

The Boolean class contains a single boolean value. It is derived from the VisionElement base class.

Constructors

Empty constructor.

new Boolean(): Boolean;

Constructor with the initial boolean value.

new Boolean(value: boolean): Boolean;

Value

value

The boolean value.

value: boolean;