Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Types

Hierarchy

  • Types

Index

Properties

Static Any

Any: Type = new Type("Any", Types.Object)

Static Array

Array: Type = Types.array(Types.Any)

Static Boolean

Boolean: Type = new Type("Boolean", Types.Any)

Static Color

Color: Type = new Type("Color", Types.Object)

Static Date

Date: Type = new Type("Date", Types.Object)

Static DateTime

DateTime: Type = new Type("DateTime", Types.Date)

Static Error

Error: Type = new Type("Error", Types.Object)

Static Number

Number: Type = new Type("Number", Types.Object)

Static Object

Object: Type = new Type("Object", null)

Static Row

Row: Type = new Type("Row", Types.Object)

Static String

String: Type = new Type("String", Types.Object)

Static Table

Table: Type = new Type("Table", Types.Object)

Static registered

registered: Type[] = [Types.Object,Types.Any,Types.String,Types.DateTime,Types.Date,Types.Number,Types.Table,Types.Row,Types.Error,Types.Boolean,Types.Array,Types.Color]

Methods

Static array

Static findType

  • findType(name: string): undefined | Type

Static registerType

  • registerType(type: Type): void

Static tuple

Generated using TypeDoc