Interface DBusProxyEvents
interface DBusProxyEvents { changed(changes: { [
property:
string]
: unknown; }): void; }
Hierarchy-Diagram
Legend
interface
public method
Methods
changed
- changed(changes: {
[property: string]: unknown;
}): void Parameters
- changes: {
[property: string]: unknown;
}[property: string]: unknown
Returns void