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

    Interface IROSGNodeEvent<T>

    Interface for node field change events.

    interface IROSGNodeEvent<T> {
        getData(): T;
        getField(): string;
        getInfo(): Record<string, any>;
        getNode(): string;
        getRoSGNode(): ISGROSGNode;
    }

    Type Parameters

    • T

    Implemented by

    Index

    Methods

    • Gets the new field value

      Returns T

    • Gets the name of the changed field

      Returns string

    • Gets context field values at time of change

      Returns Record<string, any>

    • Gets the ID of the changed node

      Returns string