Request_2 Class
Packages > @anticrm/rpc > Request_2
Signature:
export declare class Request<P extends any[]>
Constructors #
Constructor | Modifiers | Description |
---|---|---|
(constructor)(method, params) | Constructs a new instance of the Request class |
Properties #
Property | Modifiers | Type | Description |
---|---|---|---|
id | ReqId | ||
method | string | ||
params | P |
Constructors #
Request_2.(constructor) #
Constructs a new instance of the Request
class
Signature:
constructor(method: string, ...params: P);
Parameters
Parameter | Type | Description |
---|---|---|
method | string | |
params | P |
Properties #
id #
Signature:
id?: ReqId;
method #
Signature:
method: string;
params #
Signature:
params: P;