ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias ClientNotificationExperimental

    A JSON-RPC notification object.

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

    The notification method name.

    Method-specific notification parameters.