You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| annotations | Represents the parts of the given text which shall be annotated. |`Annotation[]`|`[]`|
107
-
| annotationClass | An optional CSS class applied to all elements which wrap the annotated parts of the given text. | `string|undefined` |`undefined`|
108
-
|annotationRenderComponent| An optional Angular component that shall be used for rendering the annotation. By default, it uses the provided `NgxAnnotationRendererComponent`. You can implement your own annotation rendering component to customize the visualization of annotations. The custom component must implement the interface `NgxAnnotationRendererComponentInterface`. |`NgxAnnotationRendererComponentInterface`|`NgxAnnotationRendererComponent`|
109
-
| removable | Determines whether annotations shall have a small button in the top right corner so that the user can remove an annotation. |`boolean`|`true`|
110
-
| text | The text which shall be displayed and annotated. |`string`| empty string |
| annotations | Represents the parts of the given text which shall be annotated. |`Annotation[]`|`[]`|
107
+
| annotationClass | An optional CSS class applied to all elements which wrap the annotated parts of the given text. | `string|undefined` |`undefined`|
108
+
|annotationRendererComponent| An optional Angular component that shall be used for rendering the annotation. By default, it uses the provided `NgxAnnotationRendererComponent`. You can implement your own annotation rendering component to customize the visualization of annotations. The custom component must implement the interface `NgxAnnotationRendererComponentInterface`. |`NgxAnnotationRendererComponentInterface`|`NgxAnnotationRendererComponent`|
109
+
| removable | Determines whether annotations shall have a small button in the top right corner so that the user can remove an annotation. |`boolean`|`true`|
110
+
| text | The text which shall be displayed and annotated. |`string`| empty string |
0 commit comments