Skip to main content

lightyear.modelsynchronizer.get

Home > @runlightyear/lightyear > ModelSynchronizer > get

ModelSynchronizer.get() method

Signature:
abstract get(id: string): Promise<FullObjectProps<T>>;

Parameters

ParameterTypeDescription
idstring
Returns:

Promise<FullObjectProps<T>>