@deep-foundation/capacitor-screen-reader
v1.3.3
Published
[![npm](https://img.shields.io/npm/v/@deep-foundation/capacitor-screen-reader.svg)](https://www.npmjs.com/package/<PACKAGE_NAME>) [![Gitpod](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/deep
Downloads
16
Maintainers
Keywords
Readme
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
UpdateHandler
to representSpeakOptions
object value as links or
Insert a link of any type with a any name of the list described in SpeakOptions Object Value fromSpeakOptions
link to the sameSpeakOptions
link and set its value to the value of the corresponding property of theSpeakOptions
object 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.