Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Base interface for all serialized Selectors.

    interface ISelectorData {
        refinedBy?: ISelectorData | ISelectorData[];
        type: string;
    }

    Hierarchy (View Summary)

    Properties

    A Selector can optionally have a list of selectors that further refine the intended target location. Multiple Selectors should select the same content, however some Selectors will not have the same precision as others. The first selector in the array has the highest precision.

    See https://www.w3.org/TR/annotation-model/#refinement-of-selection

    type: string

    The type of Selector as specified in https://www.w3.org/TR/annotation-model/#selectors