Skip to content

lspeasy / server/src / NotificationContext

Interface: NotificationContext

Defined in: packages/server/src/types.ts:134

Context provided to notification handlers alongside params.

Properties

PropertyTypeDescriptionDefined in
clientCapabilities?anyClient capabilities received during initialize. Available after the initialize handshake.packages/server/src/types.ts:144
methodstringLSP method string, e.g. 'textDocument/didOpen'.packages/server/src/types.ts:138

Released under the MIT License.