LogViewLabels
Defined in: src/components/feedback/LogView/LogView.types.ts:296
Every user-facing string the component renders, for i18n. Pass a
Partial<LogViewLabels> to labels to override any subset; the rest fall
back to the English defaults (DEFAULT_LOG_VIEW_LABELS).
Properties
Section titled “Properties”clearLabel
Section titled “clearLabel”clearLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:306
Clear-all button accessible label.
Default
Section titled “Default”"Clear logs"copyLabel
Section titled “copyLabel”copyLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:308
Copy-all button accessible label.
Default
Section titled “Default”"Copy logs"copyLineLabel
Section titled “copyLineLabel”copyLineLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:310
Per-line copy button accessible label.
Default
Section titled “Default”"Copy line"emptyLabel
Section titled “emptyLabel”emptyLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:319
Empty-state text, used when emptyState is not provided.
Default
Section titled “Default”"No log entries"jumpToBottomLabel
Section titled “jumpToBottomLabel”jumpToBottomLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:312
Jump-to-bottom button label (visible text + accessible name).
Default
Section titled “Default”"Jump to bottom"levelFilterLabel
Section titled “levelFilterLabel”levelFilterLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:304
Level-filter chip group accessible label.
Default
Section titled “Default”"Filter by level"newLinesLabel
Section titled “newLinesLabel”newLinesLabel: (
count) =>string
Defined in: src/components/feedback/LogView/LogView.types.ts:317
Renders the count of new lines on the jump-to-bottom button. A function so locales can handle pluralization and word order.
Parameters
Section titled “Parameters”number
Returns
Section titled “Returns”string
Default
Section titled “Default”(n) => ${n} new
regionLabel
Section titled “regionLabel”regionLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:298
Accessible label for the log region.
Default
Section titled “Default”"Log output"searchLabel
Section titled “searchLabel”searchLabel:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:302
Search field accessible label.
Default
Section titled “Default”"Filter logs"searchPlaceholder
Section titled “searchPlaceholder”searchPlaceholder:
string
Defined in: src/components/feedback/LogView/LogView.types.ts:300
Search field placeholder.
Default
Section titled “Default”"Filter logs…"