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

    Interface IEpubCfiTextLocationAssertionNode

    Describes a text location assertion within an EPUB CFI string.

    interface IEpubCfiTextLocationAssertionNode {
        parameters: IEpubCfiAssertionParameterNode[];
        srcOffset?: number;
        textAfter: string;
        textBefore: string;
        type: ASSERTION_TEXT_LOCATION;
    }

    Hierarchy (View Summary)

    Properties

    All parameters in the assertion.

    srcOffset?: number

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

    textAfter: string

    The text immediately after the intended location.

    textBefore: string

    The text immediately before the indended location.

    The type of EPUB CFI node.