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

    Interface AnnotationTarget

    interface AnnotationTarget {
        iri: string;
        language?: string;
        rel?: string;
        renderedVia?: { iri: string; name?: string };
        selector?: Selector;
        source: string;
        state?: State | State[];
    }
    Index
    iri: string

    IRI of the targeted section (with fragment)

    language?: string

    Language of the target resource

    rel?: string

    RDFa relation for the rendered target link (defaults to oa:hasTarget; e.g. as:inReplyTo for replies)

    renderedVia?: { iri: string; name?: string }

    Tool that rendered the target at annotation time; name is display-only

    selector?: Selector

    Any selector (see Selectors above)

    source: string

    IRI of the source document (without fragment)

    state?: State | State[]

    Optional time/HTTP-request state(s)