Column properties.

Hierarchy

  • ApmStatsQueryColumnType

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
alias?: string

A user-assigned alias for the column.

cellDisplayMode?: TableWidgetCellDisplayMode

Define a display mode for the table cell.

name: string

Column name.

order?: WidgetSort

Widget sorting methods.

Generated using TypeDoc