tables.getters.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/tables > getters
getters() function
Returns a map of all of the column getters for a table.
Signature:
export declare function getters(table: ColumnTable): Record<string, (i: number) => any>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| table | ColumnTable |
Returns:
Record<string, (i: number) => any>