Colibrio Reader Framework API - Cloud license
    Preparing search index...
    interface IEpubCfiAssertionNode {
        parameters: IEpubCfiAssertionParameterNode[];
        srcOffset?: number;
        type: ASSERTION_TEXT_LOCATION | ASSERTION_XML_ID | ASSERTION_GENERIC;
    }

    Hierarchy (View Summary)

    Properties

    All parameters in the assertion.

    srcOffset?: number

    The character offset within the source EPUB CFI string corresponding to this node.

    The type of EPUB CFI node.