Hosanna UI API v1.30.2-next
    Preparing search index...

    VirtualSGNodeEvent is a class that represents an event triggered by a field change in an SG node. It provides access to the event's data, field, node, and additional information.

    Type Parameters

    • T

    Implements

    Index

    Constructors

    • Creates a new instance of VirtualSGNodeEvent.

      Type Parameters

      • T

      Parameters

      • data: any

        The data associated with the event.

      • field: string

        The field that triggered the event.

      • roSGNode: ISGROSGNode

        The SG node associated with the event.

      • node: string

        The identifier of the node.

      • info: any

        Additional information about the event.

      Returns VirtualSGNodeEvent.VirtualSGNodeEvent<T>

    Properties

    data: T
    field: string
    info: any
    node: string
    roSGNode: ISGROSGNode

    Methods

    • Retrieves the data associated with the event.

      Returns T

      The event data.

    • Retrieves the field that triggered the event.

      Returns string

      The field name.

    • Retrieves additional information about the event.

      Returns any

      The additional information.

    • Retrieves the identifier of the node associated with the event.

      Returns string

      The node identifier.