Interface NullObject<Virtual>

Represents a null object.
A null object can be the result of a calculation that has no result.

Type Parameters

  • Virtual extends boolean = boolean

Hierarchy

Implemented by

Properties

Properties

objectType: "null"

Describes the type of this object.
This type is used when generic objects are used for calculations, and the type of the object is not known.
Example of this can be an intersection calculation.

virtual: Virtual

Whether this object is virtual.
This is dependant on from what calculation this object is the result of.

Generated using TypeDoc