Viewer
    Preparing search index...

    Interface IOutputEvent

    Definition of the output event. These events are sent for output specific events (EVENTTYPE_OUTPUT).

    interface IOutputEvent {
        outputId: string;
        outputVersion: string;
        newNode?: ITreeNode;
        oldNode?: ITreeNode;
    }

    Hierarchy (View Summary)

    Index

    Properties

    outputId: string

    The id of the output.

    outputVersion: string

    The version of the output.

    newNode?: ITreeNode

    The new node of the output.

    oldNode?: ITreeNode

    The old node of the output.