Text annotate
A text field used for highlighting and tagging the text.
Method | Description |
---|---|
setTags(tags: string) | sets component's tags |
setText(value: string) | sets component's text |
setAnnotations(annotations: object) | sets component's annotations settings |
Triggers allow you to launch certain actions upon different events.
on Init | Calls for an action on component initialization, e.g., page refresh |
on Change | Calls for an action on component's change |
on Annotation add | Calls for an action when an annotation is added |
on Annotation remove | Calls for an action when an annotation is removed |
Last modified 1mo ago