Additional properties that can be passed into the constructor in order to set initial values

Remarks

Used to identify additional data that can be set on the model during instantiation. It is expected that implementers will set these properties in the constructor. The value might be overriden by subsequent lifecycle methods or updates.

interface IFutureModelOptions<T> {}

Type Parameters

  • T extends {} = Record<string, unknown>