Interface IChangedArgs<T>

An arguments object for the changed signals.

Type Parameters

Hierarchy

  • IChangedArgs

Properties

Properties

newValue: null | T

The new value for the widget.

oldValue: null | T

The old value for the widget.

Generated using TypeDoc