Package version:

Interface DiagnosticRendering

Rendering details of a diagnostics table

interface DiagnosticRendering {
    description?: string;
    isVisible?: boolean;
    title?: string;
    type?: number;
}

Properties

description?: string

Description of the table

isVisible?: boolean

Flag if the table should be rendered

title?: string

Title of the table

type?: number

Rendering type