TableColumnDefinition
Table columns allow you to display a subset of the available trace data.
Attributes
| Field | Type | Default | Description |
|---|---|---|---|
| path | string | None | A unique path to this object |
| trace_name | string | None | The name of the trace that the column defs apply to. |
| columns | Array of TableColumn | None | A list of column definitions that contain header and key. header is the title of the column in the table. key is the path to the array property you want to include. For example 'props.x' or 'columns.x_data'. |