Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NotificationMessage

Notification Message

interface NotificationMessage extends Message {
method: string;
params?: any[] | object;
}

§Extends

§Properties

§
method: string
[src]

The method to be invoked.

§
params?: any[] | object
[src]

The notification's params.