Abstract Private Readonly #postPrivate Readonly #prePrivate Readonly #updatedPrivate Readonly #updatingPrivate #valueGets the current value of the ModelState
Private Readonly #onPrivate Readonly #onProtected getProtected setCreates a subscription to the ModelState that will be called when the state is updated.
Optional preCallback: ((value) => void)A symbol that must saved to unsubscribe from the ModelState
Protected subscribeOptional preCallback: ((value) => void)Returns the ModelState as a Promise
Returns the current value of the ModelState
Generated using TypeDoc
Interface for implementing your own state