Prelude

The Prelude contains various utility types that is used in the rest parts of ot-builder.

Namespace Data

Type Data.Maybe<T> = null | ​undefined | ​T.

Represents an optional object. Frequently used in the rest parts of the ot-builder.

Interface Data.OrderStoreFactory<T,​S extends Data.OrderStore<T>>

Methods

Interface Data.OrderStoreFactoryWithDefault<T,​S extends Data.OrderStore<T>>

Inherits

Methods

Interface Data.OrderStore<T>

Methods

Interface Data.Order<T>

Properties

Methods

Interface Data.Naming.Source<G>

Methods

  • getName(item:G):​undefined | ​null | ​string

Interface Data.Naming.IndexSource<G>

Methods

Namespace Sigma

Class Sigma.TypeID<T>

Constructor

Class Sigma.DependentPair

Method

Factory Methods

Class Sigma.PropertyBag

Constructor

Method