Skip to main content
Glama
table-row.d.tsโ€ข747 B
import { XmlComponent } from '../../xml-components'; import { TableCell } from "../table-cell"; import { ITableRowPropertiesOptions } from "./table-row-properties"; export interface ITableRowOptions extends ITableRowPropertiesOptions { readonly children: readonly TableCell[]; } export declare class TableRow extends XmlComponent { private readonly options; constructor(options: ITableRowOptions); get CellCount(): number; get cells(): readonly TableCell[]; addCellToIndex(cell: TableCell, index: number): void; addCellToColumnIndex(cell: TableCell, columnIndex: number): void; rootIndexToColumnIndex(rootIndex: number): number; columnIndexToRootIndex(columnIndex: number, allowEndNewCell?: boolean): number; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/consigcody94/office-whisperer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server