Skip to content

QueryColumnData interface

Column JSON representation object.


The block ID.

● blockId?: string


The caption

● cptn: string


Column is enabled

● enabled?: boolean


The expression.

● expr?: ExpressionData


● hidden?: boolean


The id

● id: string


Indicates whether this column is read-only

● readOnly?: boolean


The sorting

● srt?: SortDirection


The sort index.

● srtidx?: number