InputSettingsChanged class

An input's settings have changed (been updated).

Note: On some inputs, changing values in the properties dialog will cause an immediate update. Pressing the "Cancel" button will revert the settings, resulting in another event being fired.

Complexity Rating: 3/5 Latest Supported RPC Version: 1 Added in v5.4.0

Annotations
  • @JsonSerializable.new()

Constructors

InputSettingsChanged({required String inputName, required String inputUuid, required Map<String, dynamic> inputSettings})
InputSettingsChanged.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputName String
Name of the input
final
inputSettings Map<String, dynamic>
New settings object of the input
final
inputUuid String
UUID of the input
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited