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

    Interface IEngineEventTargetNodeData

    Describes a node in the publication content that was a target for an event such as "pointerdown" or "click".

    nodeType

    interface IEngineEventTargetNodeData {
        nodeType: EngineEventTargetNodeType;
        parent: IEngineEventTargetNodeData;
    }

    Hierarchy (View Summary)

    Properties

    Describes the type of node. This can be used to determine the correct sub-type this instance can be casted to.

    UNKNOWN
    

    The parent node of this instance, or null if this is the root node.