MCPcopy
hub / github.com/SpecterOps/BloodHound / ColumnMeta

Interface ColumnMeta

packages/javascript/doodle-ui/src/tanstack-table.d.ts:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19declare module '@tanstack/react-table' {
20 // eslint-disable-next-line @typescript-eslint/no-unused-vars
21 interface ColumnMeta<TData extends RowData, TValue> {
22 label?: string; // Add your custom property here, making it optional with '?' if needed
23 // You can add other custom properties here as well
24 // exampleProp?: boolean;
25 enableDragging?: boolean;
26 }
27}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected