@deep-foundation/capacitor-motion
v8.0.0-dev.13
Published
Provides links based on [`@capacitor/motion`](https://www.npmjs.com/package/@capacitor/motion) and typescript library for comfortable using of this deep package using typescript
Downloads
108
Readme
Provides links based on @capacitor/motion
and typescript library for comfortable using of this deep package using typescript
Table Of Contents
Prerequisitions
- Install this package in your deep by using npm-packager
- Give permissions to this package
Usage
- Insert a link of type
Motion
- Change its object value to the object with properties described in Motion Object Value and this update will be handled by the
UpdateHandler
to representMotion
object value as links or
Insert a link of any type with any property name from Motion Object Value fromMotion
link to the sameMotion
link and set its value to the value of the corresponding property of theMotion
object value. For example insertMotionAcceleration
fromMotion
toMotion
andMotionAccelerationX
fromMotionAcceleration
toMotionAcceleration
Motion Object Value
The Motion
link can have object value.
No one field is required. You can add any fields as you want. Only the fields that are supported by this package will be represented as links
Update Handling
Motion
updates are handled by the UpdateHandler
to represent Motion
object value as links
Library
Library Usage
See Documentation for examples and API
Contribution
Feel free to contribute. Please fork the repository and submit a pull request for any bugs, improvements, or features.