IPoint

Type interface

Inheritance Properties

IRectangle

Type interface

Inheritance Properties

iRGB

Type interface

Represents an interface for an object that represents an RGB color.

ITextChunk

Type interface

Defines an interface for an object that holds a chunk of text.

ITime

Type interface

Inheritance Properties

JsonData

Type class

Sources Inheritance Settings Private settings Properties Methods Events

Keyof

Type type

Keyof<T> is the same as keyof T except it only accepts string keys, not numbers or symbols.