LWT JavaScript API
    Preparing search index...

    Interface AnnotationResponse

    Response for getting annotation.

    interface AnnotationResponse {
        config: AnnotationConfig;
        items: AnnotationItem[] | null;
    }
    Index
    items: AnnotationItem[] | null