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

    Interface AnnotationCreator

    interface AnnotationCreator {
        image?: string;
        iri?: string;
        name?: string;
        type?: string | string[];
        url?: string;
    }
    Index
    image?: string

    Avatar URL or data URI

    iri?: string

    An IRI that identifiers the creator of the annotation (e.g. https://alice.example/#me)

    name?: string

    Display name

    type?: string | string[]

    Agent type IRI(s) from the profile; omitted when absent

    url?: string

    Profile URL (if different from IRI)