Theia API Documentation v1.65.0
    Preparing search index...

    An arguments object for the changed signals.

    interface IChangedArgs<T extends Widget> {
        newValue: null | T;
        oldValue: null | T;
    }

    Type Parameters

    Index

    Properties

    Properties

    newValue: null | T

    The new value for the widget.

    oldValue: null | T

    The old value for the widget.