Type alias MotionDecorator<TDeepClient>

MotionDecorator<TDeepClient>: TDeepClient & {
    @deep-foundation/capacitor-motion: Package;
    capacitorMotionPackage: Package;
    getSubscriptionHandler: typeof getSubscriptionHandler;
    insertMotion: typeof insertMotion;
    makeMotionInsertOperations: typeof makeMotionInsertOperations;
    makeMotionValueUpdateOperations: typeof makeMotionValueUpdateOperations;
    updateMotion: typeof updateMotion;
}

Type Parameters

  • TDeepClient extends DeepClientInstance = DeepClientInstance

Type declaration