@dokieli/web-annotation - v1.0.1
    Preparing search index...

    Interface AnnotationLabels

    Human-readable labels emitted in rendered HTML; default to English. Motivation labels are overridden separately via SerializeOptions.motivationLabels.

    interface AnnotationLabels {
        authors: string;
        cached: string;
        canonical: string;
        classifications: string;
        created: string;
        endSelector: string;
        fragmentConformsTo: string;
        httpRequest: string;
        inbox: string;
        language: string;
        license: string;
        note: string;
        partOf: string;
        refinedBy: string;
        refinedByFragment: string;
        refinedByRange: string;
        refinedByTextPosition: string;
        refinedByTextQuote: string;
        refinedByXPath: string;
        renderedVia: string;
        rfc3987: string;
        rights: string;
        selector: string;
        sourceDate: string;
        sourceDateEnd: string;
        sourceDateStart: string;
        startSelector: string;
        tags: string;
    }
    Index
    authors: string
    cached: string
    canonical: string
    classifications: string
    created: string
    endSelector: string
    fragmentConformsTo: string
    httpRequest: string
    inbox: string
    language: string
    license: string
    note: string
    partOf: string
    refinedBy: string
    refinedByFragment: string
    refinedByRange: string
    refinedByTextPosition: string
    refinedByTextQuote: string
    refinedByXPath: string
    renderedVia: string
    rfc3987: string
    rights: string
    selector: string
    sourceDate: string
    sourceDateEnd: string
    sourceDateStart: string
    startSelector: string
    tags: string