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

    Interface IEpubCfiAssertionParameterNode

    interface IEpubCfiAssertionParameterNode {
        name: string;
        srcOffset?: number;
        type: PARAMETER;
        values: string[];
    }

    Hierarchy (View Summary)

    Properties

    name: string

    The name of the parameter.

    srcOffset?: number

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

    type: PARAMETER

    The type of EPUB CFI node.

    values: string[]

    The values for the parameter.