We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e77b32 + b184bf0 commit be42b24Copy full SHA for be42b24
1 file changed
types.d.ts
@@ -44,6 +44,7 @@ declare module 'dbus-next' {
44
export class Interface extends EventEmitter {
45
constructor(name: string);
46
static configureMembers(members: { properties?: { [key: string]: PropertyOptions }, methods?: { [key: string]: MethodOptions }, signals?: { [key: string]: SignalOptions } }): void;
47
+ static emitPropertiesChanged(interface: Interface, changedProperties: { [key: string]: any }, invalidatedProperties: string[]): void
48
}
49
export function property(opts: PropertyOptions): PropertyDecorator;
50
export function method(opts: MethodOptions): MethodDecorator;
0 commit comments