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".

Constructors

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

Types

Link copied to clipboard
object Companion

Functions

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

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.

Inheritors

Link copied to clipboard