NotificationMessageNotification Message interface NotificationMessage extends Message {method: string;params?: any[] | object;}§Extends§Message[src]§Properties§method: string[src]The method to be invoked. §params?: any[] | object[src]The notification's params.