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

    Describes a step into a child text node.

    interface IEpubCfiTextStepNode {
        assertion: IEpubCfiAssertionNode;
        srcOffset?: number;
        stepValue: number;
        type: STEP_TEXT;
    }

    Hierarchy (View Summary)

    Properties

    The assertion related with this step.

    srcOffset?: number

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

    stepValue: number
    type: STEP_TEXT

    The type of EPUB CFI node.