Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IChangedArgs<T>

An arguments object for the changed signals.

Type parameters

Hierarchy

  • IChangedArgs

Index

Properties

Properties

newValue

newValue: T | null

The new value for the widget.

oldValue

oldValue: T | null

The old value for the widget.

Generated using TypeDoc