interface DBusProxyEvents {
    changed(changes: {
        [property: string]: unknown;
    }): void;
}

Hierarchy-Diagram

UML class diagram of DBusProxyEvents
Legend
icon for an interface in the UML class diagram interface
icon for a public method in the UML class diagram public method

Hierarchy (view full)

Methods

Methods

  • Parameters

    • changes: {
          [property: string]: unknown;
      }
      • [property: string]: unknown

    Returns void