TableColumn
Describes a single column in table output.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/activity.ts - Source link:
packages/dreamcli/src/core/schema/activity.ts:174
Signatures
ts
interface TableColumn<T extends Record<string, unknown>> {}Members
Properties
header
Header label for the column.
ts
header?: string;key
Property key on the row objects to display in this column.
ts
key: keyof TableColumn.T & string;