hosanna-ui-docs - v0.9.0
    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