Represents application settings with configurable properties.

Constructors

Properties

Methods

Constructors

Properties

properties: {
    [name: string]:
        | BooleanProperty
        | NumberProperty
        | StringProperty
        | ArrayProperty;
} = {}
type: string = 'object'

Methods