You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/module/patternfly-docs/generated/extensions/log-viewer/react.js
+10
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ const pageData = {
26
26
"type": "string | string[]",
27
27
"description": "String or String Array data being sent by the consumer"
28
28
},
29
+
{
30
+
"name": "fastRowHeightEstimationLimit",
31
+
"type": "number",
32
+
"description": "The maximum char length for fast row height estimation.\nFor wrapped lines in Chrome based browsers, lines over this length will actually be rendered to the dom and\nmeasured to prevent a bug where one line can overlap another."
33
+
},
29
34
{
30
35
"name": "footer",
31
36
"type": "React.ReactNode",
@@ -101,6 +106,11 @@ const pageData = {
101
106
"type": "React.ReactNode",
102
107
"description": "Toolbar rendered in the log viewer header"
103
108
},
109
+
{
110
+
"name": "useAnsiClasses",
111
+
"type": "boolean",
112
+
"description": "Flag to enable or disable the use of classes (instead of inline styles) for ANSI coloring/formatting."
0 commit comments