LogViewSlotProps
Defined in: src/components/feedback/LogView/LogView.types.ts:372
Per-slot props for the default composition (see LogViewBaseProps.slotProps).
Each key maps to a slot of the batteries-included layout and is typed as that
slot’s own props. children is omitted for slots whose content LogView
owns — the toolbar (its children are the search / filter / action buttons)
and the footer (its content comes from the footer prop). clear and
copy keep children so you can swap their icon while keeping the layout.
Properties
body?
optionalbody:LogViewBodyProps
Defined in: src/components/feedback/LogView/LogView.types.ts:384
The scrollable log body.
clear?
optionalclear:LogViewClearProps
Defined in: src/components/feedback/LogView/LogView.types.ts:382
The clear action button (pass children to swap its icon).
copy?
optionalcopy:LogViewCopyProps
Defined in: src/components/feedback/LogView/LogView.types.ts:380
The copy-all action button (pass children to swap its icon).
footer?
optionalfooter:Omit<LogViewFooterProps,"children">
Defined in: src/components/feedback/LogView/LogView.types.ts:386
The footer bar (its content still comes from the footer prop).
levelFilter?
optionallevelFilter:LogViewLevelFilterProps
Defined in: src/components/feedback/LogView/LogView.types.ts:378
The level-filter chip group.
search?
optionalsearch:LogViewSearchProps
Defined in: src/components/feedback/LogView/LogView.types.ts:376
The search input.
toolbar?
optionaltoolbar:Omit<LogViewToolbarProps,"children">
Defined in: src/components/feedback/LogView/LogView.types.ts:374
The toolbar container that wraps search, level chips, and the actions.