mirror of
https://github.com/valentineus/webos-service-types.git
synced 2025-04-28 00:41:24 +03:00
Class "Subscription" structure
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
04dda52ed1
commit
c372611b7e
15
dist/subscription.d.ts
vendored
Normal file
15
dist/subscription.d.ts
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
export declare class Subscription {
|
||||
public constructor(handle: any, uri: string, args: any);
|
||||
|
||||
public readonly args: any;
|
||||
|
||||
// @todo Need to "palmbus"
|
||||
public readonly handle: any;
|
||||
|
||||
// @todo Need to "palmbus"
|
||||
public readonly request: any;
|
||||
|
||||
public readonly uri: string;
|
||||
|
||||
public cancel(): void;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user