EngineEventTargetNodeData

open class EngineEventTargetNodeData(val nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.UNKNOWN, val parent: EngineEventTargetNodeData?)

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

Inheritors

Constructors

Link copied to clipboard
constructor(nodeType: EngineEventTargetNodeType = EngineEventTargetNodeType.UNKNOWN, parent: EngineEventTargetNodeData?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
open fun serialize(generator: JsonGenerator)