Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NodePyATVDeviceEvent

Index

Accessors

device

  • get device(): default
  • References the device instance this event originates from

    Returns default

key

  • References the attribute name which was changed. So if the title has been updated, this would be title.

    Returns keyof NodePyATVState

newValue

  • get newValue(): NodePyATVEventValueType

oldValue

  • get oldValue(): NodePyATVEventValueType
  • Holds the old value which was there before the value was changed.

    Returns NodePyATVEventValueType

value

  • get value(): NodePyATVEventValueType
  • New, current value for key

    Returns NodePyATVEventValueType

Legend

  • Constructor
  • Method
  • Property
  • Static method

Generated using TypeDoc