lightyear.getdelta
Home > @runlightyear/lightyear > getDelta
getDelta() function
Signature:declare function getDelta(props: GetDeltaProps): Promise<{
changes: any;
more: any;
}>;
Parameters
Parameter | Type | Description |
---|---|---|
props | GetDeltaProps |
Promise<{ changes: any; more: any; }>