LWT JavaScript API
    Preparing search index...

    Response for getting annotation.

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

    Properties

    Properties

    items: AnnotationItem[] | null