LogViewerProps
Home > @backstage/core-components
> LogViewerProps
The properties for the LogViewer component.
Signature:
export interface LogViewerProps
Properties
Property |
Modifiers |
Type |
Description |
---|---|---|---|
{ root?: string; } |
(Optional) Styling overrides for classes within the LogViewer component. | ||
string |
The text of the logs to display. The LogViewer component is optimized for appending content at the end of the text. | ||
boolean |
(Optional) Determines if the overflow text should be wrapped or shown via a single line in a horizontal scrollbar. |