@mvuijs/core / rx / Prop
Prop<T> #
Internal class representing a prop. Do not instantiate this yourself. Use prop instead.
See #
Type parameters #
T
Hierarchy #
-
State<T>.Prop
Constructors #
constructor() #
Signature #
new Prop<T>(initial?: T, options?: PropOptions<T>): Prop<T>;
Type parameters #
T
Parameters #
| Name | Type |
|---|---|
initial? |
T |
options? |
PropOptions
<T> |
Returns #
Prop
<T>
Overrides: State . constructor
Defined in: packages/core/src/rx/prop.ts:83