State is a plain JS object.

Any constructor invokable with no arguments may define a state structure.

interface StateType {
    new StateTypenew (): {};
}

Constructors

Constructors

  • Returns {}