Skip to main content

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​

ParameterType
valueOrIDstring | TE

Returns​

Ref<TE>

Properties​

[customRefTypeSymbol]​

[customRefTypeSymbol]: T;

refClass​

refClass: ModelClass<Ref<T>>;