Agent Client Protocol - v0.18.2
    Preparing search index...

    Type Alias ClientNotification

    type ClientNotification = {
        method: string;
        params?:
            | CancelNotification
            | DidOpenDocumentNotification
            | DidChangeDocumentNotification
            | DidCloseDocumentNotification
            | DidSaveDocumentNotification
            | DidFocusDocumentNotification
            | AcceptNesNotification
            | RejectNesNotification
            | ExtNotification
            | null;
    }
    Index

    Properties

    Properties

    method: string