Script API - v26.50.24
    Preparing search index...

    Interface DiagnosticsTableViewOptions

    Configuration options for registering a table-based diagnostics view.

    interface DiagnosticsTableViewOptions {
        keyLabel?: string;
        tableType: DiagnosticsTableDisplayType;
        valueLabels?: string[];
    }
    Index

    Properties

    keyLabel?: string

    Optional label for the key column of the table.

    The display type for the table (e.g. single table or multi-column table).

    valueLabels?: string[]

    Optional array of labels for the value columns of the table.