DiagnosticRendering Class
Rendering details of a diagnostics table.
Constructor
DiagnosticRendering(*, type: int | None = None, title: str | None = None, description: str | None = None, is_visible: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
type
|
Rendering type. Default value: None
|
title
|
Title of the table. Default value: None
|
description
|
Description of the table. Default value: None
|
is_visible
|
Flag if the table should be rendered. Default value: None
|