MCPcopy Index your code
hub / github.com/cli-table/cli-table3 / TableOptions

Interface TableOptions

index.d.ts:22–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20 type VerticalAlignment = "top" | "center" | "bottom";
21
22 interface TableOptions {
23 truncate: string;
24 colWidths: Array<number | null>;
25 rowHeights: Array<number | null>;
26 colAligns: HorizontalAlignment[];
27 rowAligns: VerticalAlignment[];
28 head: string[];
29 wordWrap: boolean;
30 wrapOnWordBoundary: boolean;
31 }
32
33 interface TableInstanceOptions extends TableOptions {
34 chars: Record<CharName, string>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…