Request_2 Class

Packages > @anticrm/rpc > Request_2

Signature:

export declare class Request<P extends any[]> 

Constructors

List of constructors for this class
Constructor Modifiers Description
(constructor)(method, params) Constructs a new instance of the Request class

Properties

List of properties for this class
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

List of parameters
Parameter Type Description
method string
params P

Properties

id

Signature:

id?: ReqId;

method

Signature:

method: string;

params

Signature:

params: P;