Theia API Documentation v1.68.0
    Preparing search index...
    interface ToolConfirmationActionsProps {
        contextMenuRenderer: ContextMenuRenderer;
        onAllow: (scope: ConfirmationScope) => void;
        onDeny: (scope: ConfirmationScope, reason?: string) => void;
        toolName: string;
        toolRequest?: ToolRequest<ToolInvocationContext>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contextMenuRenderer: ContextMenuRenderer
    onAllow: (scope: ConfirmationScope) => void
    onDeny: (scope: ConfirmationScope, reason?: string) => void
    toolName: string