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

    Describes an EPUB CFI step into a child element.

    interface IEpubCfiElementStepNode {
        assertion: IEpubCfiXmlIdAssertionNode;
        srcOffset?: number;
        stepValue: number;
        type: STEP_ELEMENT;
    }

    Hierarchy (View Summary)

    Properties

    Will be set if an XML ID assertion, or assertion parameters are set for this step.

    srcOffset?: number

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

    stepValue: number

    The type of EPUB CFI node.