Interface: DiagnosticsTableViewOptions experimental
Beta
Configuration options for registering a table-based diagnostics view.
Properties
keyLabel?
optionalkeyLabel?:string
Beta
Remarks
Optional label for the key column of the table.
tableType
tableType:
DiagnosticsTableDisplayType
Beta
Remarks
The display type for the table (e.g. single table or multi-column table).
valueLabels?
optionalvalueLabels?:string[]
Beta
Remarks
Optional array of labels for the value columns of the table.
