Function: getAnnotatedText()
Less than 1 minute
@ghentcdh/annotated-text / getAnnotatedText
Function: getAnnotatedText()
getAnnotatedText<
ANNOTATION>(id):AnnotatedText<ANNOTATION>
Defined in: libs/core/src/lib/compute/create/createAnnotatedText.ts:73
Type Parameters
ANNOTATION
ANNOTATION extends BaseAnnotation = { end: number; id?: string | number; label?: string; start: number; textSelection?: string; }
Parameters
id
string
Returns
AnnotatedText<ANNOTATION>