Text annotate

A text field used for highlighting and tagging the text.

Methods

MethodDescription

setTags(tags: string)

sets component's tags

setText(value: string)

sets component's text

setAnnotations(annotations: object)

sets component's annotations settings

Triggers

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 updated