Interface: RefConstructor()<T>
A ref constructor for custom refs
Type Parameters
| Type Parameter |
|---|
T extends object |
RefConstructor<TE>(valueOrID): Ref<TE>;
A ref constructor for custom refs
Type Parameters
| Type Parameter |
|---|
TE extends object |
Parameters
| Parameter | Type |
|---|---|
valueOrID | string | TE |
Returns
Ref<TE>
Properties
[customRefTypeSymbol]
[customRefTypeSymbol]: T;
refClass
refClass: ModelClass<Ref<T>>;