1.3.3 • Published 2 years ago
@deep-foundation/capacitor-screen-reader v1.3.3
Provides links based on @capacitor/screen-reader.
SpeakOptions Object Value
The SpeakOptions 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
Supported fields can be found in the SpeakOptions interface
Prerequisitions
- Install this package in your deep by using npm-packager
- Provide permissions to this package
Usage
Manually
- Insert a link of type
SpeakOptions - Change its object value to the object with properties described in SpeakOptions Object Value and this update will be handled by the
UpdateHandlerto representSpeakOptionsobject value as links or
Insert a link of any type with a any name of the list described in SpeakOptions Object Value fromSpeakOptionslink to the sameSpeakOptionslink and set its value to the value of the corresponding property of theSpeakOptionsobject value
By using this library programatically
Update Handling
SpeakOptions updates are handled by the UpdateHandler to represent SpeakOptions object value as links
Contribution
Feel free to contribute. Please fork the repository and submit a pull request for any bugs, improvements, or features.