Skip to content

LogViewBaseProps

Defined in: src/components/feedback/LogView/LogView.types.ts:121

Extends

  • Omit<BaseComponent, "onChange" | "onSelect" | "onCopy" | "ref">

Properties

about?

optional about: string

Defined in: node_modules/@types/react/index.d.ts:2812

Inherited from

CardBodyBaseProps.about


accessKey?

optional accessKey: string

Defined in: node_modules/@types/react/index.d.ts:2785

Inherited from

CardBodyBaseProps.accessKey


aria-activedescendant?

optional aria-activedescendant: string

Defined in: node_modules/@types/react/index.d.ts:2483

Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.

Inherited from

CardBodyBaseProps.aria-activedescendant


aria-atomic?

optional aria-atomic: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2485

Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.

Inherited from

CardBodyBaseProps.aria-atomic


aria-autocomplete?

optional aria-autocomplete: "none" | "inline" | "both" | "list"

Defined in: node_modules/@types/react/index.d.ts:2490

Indicates whether inputting text could trigger display of one or more predictions of the user’s intended value for an input and specifies how predictions would be presented if they are made.

Inherited from

CardBodyBaseProps.aria-autocomplete


aria-braillelabel?

optional aria-braillelabel: string

Defined in: node_modules/@types/react/index.d.ts:2496

Defines a string value that labels the current element, which is intended to be converted into Braille.

See

aria-label.

Inherited from

CardBodyBaseProps.aria-braillelabel


aria-brailleroledescription?

optional aria-brailleroledescription: string

Defined in: node_modules/@types/react/index.d.ts:2501

Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.

See

aria-roledescription.

Inherited from

CardBodyBaseProps.aria-brailleroledescription


aria-busy?

optional aria-busy: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2502

Inherited from

CardBodyBaseProps.aria-busy


aria-checked?

optional aria-checked: boolean | "mixed" | "false" | "true"

Defined in: node_modules/@types/react/index.d.ts:2507

Indicates the current “checked” state of checkboxes, radio buttons, and other widgets.

See

  • aria-pressed
  • aria-selected.

Inherited from

CardBodyBaseProps.aria-checked


aria-colcount?

optional aria-colcount: number

Defined in: node_modules/@types/react/index.d.ts:2512

Defines the total number of columns in a table, grid, or treegrid.

See

aria-colindex.

Inherited from

CardBodyBaseProps.aria-colcount


aria-colindex?

optional aria-colindex: number

Defined in: node_modules/@types/react/index.d.ts:2517

Defines an element’s column index or position with respect to the total number of columns within a table, grid, or treegrid.

See

  • aria-colcount
  • aria-colspan.

Inherited from

CardBodyBaseProps.aria-colindex


aria-colindextext?

optional aria-colindextext: string

Defined in: node_modules/@types/react/index.d.ts:2522

Defines a human readable text alternative of aria-colindex.

See

aria-rowindextext.

Inherited from

CardBodyBaseProps.aria-colindextext


aria-colspan?

optional aria-colspan: number

Defined in: node_modules/@types/react/index.d.ts:2527

Defines the number of columns spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-colindex
  • aria-rowspan.

Inherited from

CardBodyBaseProps.aria-colspan


aria-controls?

optional aria-controls: string

Defined in: node_modules/@types/react/index.d.ts:2532

Identifies the element (or elements) whose contents or presence are controlled by the current element.

See

aria-owns.

Inherited from

CardBodyBaseProps.aria-controls


aria-current?

optional aria-current: boolean | "location" | "page" | "false" | "true" | "step" | "date" | "time"

Defined in: node_modules/@types/react/index.d.ts:2534

Indicates the element that represents the current item within a container or set of related elements.

Inherited from

CardBodyBaseProps.aria-current


aria-describedby?

optional aria-describedby: string

Defined in: node_modules/@types/react/index.d.ts:2539

Identifies the element (or elements) that describes the object.

See

aria-labelledby

Inherited from

CardBodyBaseProps.aria-describedby


aria-description?

optional aria-description: string

Defined in: node_modules/@types/react/index.d.ts:2544

Defines a string value that describes or annotates the current element.

See

related aria-describedby.

Inherited from

CardBodyBaseProps.aria-description


aria-details?

optional aria-details: string

Defined in: node_modules/@types/react/index.d.ts:2549

Identifies the element that provides a detailed, extended description for the object.

See

aria-describedby.

Inherited from

CardBodyBaseProps.aria-details


aria-disabled?

optional aria-disabled: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2554

Indicates that the element is perceivable but disabled, so it is not editable or otherwise operable.

See

  • aria-hidden
  • aria-readonly.

Inherited from

CardBodyBaseProps.aria-disabled


aria-dropeffect?

optional aria-dropeffect: "none" | "link" | "copy" | "move" | "execute" | "popup"

Defined in: node_modules/@types/react/index.d.ts:2559

Indicates what functions can be performed when a dragged object is released on the drop target.

Inherited from

CardBodyBaseProps.aria-dropeffect


aria-errormessage?

optional aria-errormessage: string

Defined in: node_modules/@types/react/index.d.ts:2564

Identifies the element that provides an error message for the object.

See

  • aria-invalid
  • aria-describedby.

Inherited from

CardBodyBaseProps.aria-errormessage


aria-expanded?

optional aria-expanded: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2566

Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.

Inherited from

CardBodyBaseProps.aria-expanded


aria-flowto?

optional aria-flowto: string

Defined in: node_modules/@types/react/index.d.ts:2571

Identifies the next element (or elements) in an alternate reading order of content which, at the user’s discretion, allows assistive technology to override the general default of reading in document source order.

Inherited from

CardBodyBaseProps.aria-flowto


aria-grabbed?

optional aria-grabbed: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2576

Indicates an element’s “grabbed” state in a drag-and-drop operation.

Inherited from

CardBodyBaseProps.aria-grabbed


aria-haspopup?

optional aria-haspopup: boolean | "grid" | "listbox" | "menu" | "false" | "true" | "dialog" | "tree"

Defined in: node_modules/@types/react/index.d.ts:2578

Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.

Inherited from

CardBodyBaseProps.aria-haspopup


aria-hidden?

optional aria-hidden: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2583

Indicates whether the element is exposed to an accessibility API.

See

aria-disabled.

Inherited from

CardBodyBaseProps.aria-hidden


aria-invalid?

optional aria-invalid: boolean | "false" | "true" | "grammar" | "spelling"

Defined in: node_modules/@types/react/index.d.ts:2588

Indicates the entered value does not conform to the format expected by the application.

See

aria-errormessage.

Inherited from

CardBodyBaseProps.aria-invalid


aria-keyshortcuts?

optional aria-keyshortcuts: string

Defined in: node_modules/@types/react/index.d.ts:2590

Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.

Inherited from

CardBodyBaseProps.aria-keyshortcuts


aria-label?

optional aria-label: string

Defined in: src/components/feedback/LogView/LogView.types.ts:286

Accessible label for the log region. Shorthand for labels.regionLabel.

Overrides

CardBodyBaseProps.aria-label


aria-labelledby?

optional aria-labelledby: string

Defined in: node_modules/@types/react/index.d.ts:2600

Identifies the element (or elements) that labels the current element.

See

aria-describedby.

Inherited from

CardBodyBaseProps.aria-labelledby


aria-level?

optional aria-level: number

Defined in: node_modules/@types/react/index.d.ts:2602

Defines the hierarchical level of an element within a structure.

Inherited from

CardBodyBaseProps.aria-level


aria-live?

optional aria-live: "off" | "assertive" | "polite"

Defined in: node_modules/@types/react/index.d.ts:2604

Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.

Inherited from

CardBodyBaseProps.aria-live


aria-modal?

optional aria-modal: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2606

Indicates whether an element is modal when displayed.

Inherited from

CardBodyBaseProps.aria-modal


aria-multiline?

optional aria-multiline: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2608

Indicates whether a text box accepts multiple lines of input or only a single line.

Inherited from

CardBodyBaseProps.aria-multiline


aria-multiselectable?

optional aria-multiselectable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2610

Indicates that the user may select more than one item from the current selectable descendants.

Inherited from

CardBodyBaseProps.aria-multiselectable


aria-orientation?

optional aria-orientation: "horizontal" | "vertical"

Defined in: node_modules/@types/react/index.d.ts:2612

Indicates whether the element’s orientation is horizontal, vertical, or unknown/ambiguous.

Inherited from

CardBodyBaseProps.aria-orientation


aria-owns?

optional aria-owns: string

Defined in: node_modules/@types/react/index.d.ts:2618

Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship between DOM elements where the DOM hierarchy cannot be used to represent the relationship.

See

aria-controls.

Inherited from

CardBodyBaseProps.aria-owns


aria-placeholder?

optional aria-placeholder: string

Defined in: node_modules/@types/react/index.d.ts:2623

Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value. A hint could be a sample value or a brief description of the expected format.

Inherited from

CardBodyBaseProps.aria-placeholder


aria-posinset?

optional aria-posinset: number

Defined in: node_modules/@types/react/index.d.ts:2628

Defines an element’s number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-setsize.

Inherited from

CardBodyBaseProps.aria-posinset


aria-pressed?

optional aria-pressed: boolean | "mixed" | "false" | "true"

Defined in: node_modules/@types/react/index.d.ts:2633

Indicates the current “pressed” state of toggle buttons.

See

  • aria-checked
  • aria-selected.

Inherited from

CardBodyBaseProps.aria-pressed


aria-readonly?

optional aria-readonly: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2638

Indicates that the element is not editable, but is otherwise operable.

See

aria-disabled.

Inherited from

CardBodyBaseProps.aria-readonly


aria-relevant?

optional aria-relevant: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals"

Defined in: node_modules/@types/react/index.d.ts:2643

Indicates what notifications the user agent will trigger when the accessibility tree within a live region is modified.

See

aria-atomic.

Inherited from

CardBodyBaseProps.aria-relevant


aria-required?

optional aria-required: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2656

Indicates that user input is required on the element before a form may be submitted.

Inherited from

CardBodyBaseProps.aria-required


aria-roledescription?

optional aria-roledescription: string

Defined in: node_modules/@types/react/index.d.ts:2658

Defines a human-readable, author-localized description for the role of an element.

Inherited from

CardBodyBaseProps.aria-roledescription


aria-rowcount?

optional aria-rowcount: number

Defined in: node_modules/@types/react/index.d.ts:2663

Defines the total number of rows in a table, grid, or treegrid.

See

aria-rowindex.

Inherited from

CardBodyBaseProps.aria-rowcount


aria-rowindex?

optional aria-rowindex: number

Defined in: node_modules/@types/react/index.d.ts:2668

Defines an element’s row index or position with respect to the total number of rows within a table, grid, or treegrid.

See

  • aria-rowcount
  • aria-rowspan.

Inherited from

CardBodyBaseProps.aria-rowindex


aria-rowindextext?

optional aria-rowindextext: string

Defined in: node_modules/@types/react/index.d.ts:2673

Defines a human readable text alternative of aria-rowindex.

See

aria-colindextext.

Inherited from

CardBodyBaseProps.aria-rowindextext


aria-rowspan?

optional aria-rowspan: number

Defined in: node_modules/@types/react/index.d.ts:2678

Defines the number of rows spanned by a cell or gridcell within a table, grid, or treegrid.

See

  • aria-rowindex
  • aria-colspan.

Inherited from

CardBodyBaseProps.aria-rowspan


aria-selected?

optional aria-selected: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2683

Indicates the current “selected” state of various widgets.

See

  • aria-checked
  • aria-pressed.

Inherited from

CardBodyBaseProps.aria-selected


aria-setsize?

optional aria-setsize: number

Defined in: node_modules/@types/react/index.d.ts:2688

Defines the number of items in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.

See

aria-posinset.

Inherited from

CardBodyBaseProps.aria-setsize


aria-sort?

optional aria-sort: "none" | "ascending" | "descending" | "other"

Defined in: node_modules/@types/react/index.d.ts:2690

Indicates if items in a table or grid are sorted in ascending or descending order.

Inherited from

CardBodyBaseProps.aria-sort


aria-valuemax?

optional aria-valuemax: number

Defined in: node_modules/@types/react/index.d.ts:2692

Defines the maximum allowed value for a range widget.

Inherited from

CardBodyBaseProps.aria-valuemax


aria-valuemin?

optional aria-valuemin: number

Defined in: node_modules/@types/react/index.d.ts:2694

Defines the minimum allowed value for a range widget.

Inherited from

CardBodyBaseProps.aria-valuemin


aria-valuenow?

optional aria-valuenow: number

Defined in: node_modules/@types/react/index.d.ts:2699

Defines the current value for a range widget.

See

aria-valuetext.

Inherited from

CardBodyBaseProps.aria-valuenow


aria-valuetext?

optional aria-valuetext: string

Defined in: node_modules/@types/react/index.d.ts:2701

Defines the human readable text alternative of aria-valuenow for a range widget.

Inherited from

CardBodyBaseProps.aria-valuetext


autoCapitalize?

optional autoCapitalize: "none" | string & object | "off" | "on" | "sentences" | "words" | "characters"

Defined in: node_modules/@types/react/index.d.ts:2786

Inherited from

CardBodyBaseProps.autoCapitalize


autoCorrect?

optional autoCorrect: string

Defined in: node_modules/@types/react/index.d.ts:2825

Inherited from

CardBodyBaseProps.autoCorrect


autoFocus?

optional autoFocus: boolean

Defined in: node_modules/@types/react/index.d.ts:2787

Inherited from

CardBodyBaseProps.autoFocus


autoSave?

optional autoSave: string

Defined in: node_modules/@types/react/index.d.ts:2826

Inherited from

CardBodyBaseProps.autoSave


caseSensitive?

optional caseSensitive: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:152

Whether search is case-sensitive.

Default

false

children?

optional children: ReactNode

Defined in: src/components/feedback/LogView/LogView.types.ts:283

Children for compound composition. When omitted, the default layout renders.

Overrides

Omit.children


className?

optional className: string

Defined in: src/types/common.ts:12

Additional CSS class names

Inherited from

BaseComponent.className


color?

optional color: string

Defined in: node_modules/@types/react/index.d.ts:2827

Inherited from

CardBodyBaseProps.color


content?

optional content: string

Defined in: node_modules/@types/react/index.d.ts:2813

Inherited from

CardBodyBaseProps.content


contentEditable?

optional contentEditable: "inherit" | Booleanish | "plaintext-only"

Defined in: node_modules/@types/react/index.d.ts:2789

Inherited from

CardBodyBaseProps.contentEditable


contextMenu?

optional contextMenu: string

Defined in: node_modules/@types/react/index.d.ts:2790

Inherited from

CardBodyBaseProps.contextMenu


dangerouslySetInnerHTML?

optional dangerouslySetInnerHTML: object

Defined in: node_modules/@types/react/index.d.ts:2260

__html

__html: string | TrustedHTML

Inherited from

Omit.dangerouslySetInnerHTML


datatype?

optional datatype: string

Defined in: node_modules/@types/react/index.d.ts:2814

Inherited from

CardBodyBaseProps.datatype


defaultChecked?

optional defaultChecked: boolean

Defined in: node_modules/@types/react/index.d.ts:2779

Inherited from

CardBodyBaseProps.defaultChecked


defaultEntries?

optional defaultEntries: readonly LogEntry[]

Defined in: src/components/feedback/LogView/LogView.types.ts:135

Initial entries for the uncontrolled store.


defaultFollow?

optional defaultFollow: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:181

Default follow-tail state (uncontrolled).

Default

true

defaultLevels?

optional defaultLevels: readonly LogLevel[]

Defined in: src/components/feedback/LogView/LogView.types.ts:159

Default visible levels (uncontrolled).


defaultQuery?

optional defaultQuery: string

Defined in: src/components/feedback/LogView/LogView.types.ts:148

Default search query (uncontrolled).


defaultSelectedIds?

optional defaultSelectedIds: readonly string[]

Defined in: src/components/feedback/LogView/LogView.types.ts:230

Default selected entry ids (uncontrolled).


defaultValue?

optional defaultValue: string | number | readonly string[]

Defined in: node_modules/@types/react/index.d.ts:2780

Inherited from

CardBodyBaseProps.defaultValue


density?

optional density: LogViewDensity

Defined in: src/components/feedback/LogView/LogView.types.ts:189

Visual density.

Default

"compact"

dir?

optional dir: string

Defined in: node_modules/@types/react/index.d.ts:2791

Inherited from

CardBodyBaseProps.dir


draggable?

optional draggable: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2792

Inherited from

CardBodyBaseProps.draggable


emptyState?

optional emptyState: ReactNode

Defined in: src/components/feedback/LogView/LogView.types.ts:244

Content shown when there are no entries (or none match the filter).


enterKeyHint?

optional enterKeyHint: "search" | "next" | "enter" | "done" | "go" | "previous" | "send"

Defined in: node_modules/@types/react/index.d.ts:2793

Inherited from

CardBodyBaseProps.enterKeyHint


entries?

optional entries: readonly LogEntry[]

Defined in: src/components/feedback/LogView/LogView.types.ts:133

Controlled entry list. When provided, the consumer owns the data and the imperative append/clear handle methods are inert. When omitted, LogView is uncontrolled and the handle drives an internal store.


estimatedRowHeight?

optional estimatedRowHeight: number

Defined in: src/components/feedback/LogView/LogView.types.ts:215

Estimated row height in px (fixed mode / initial wrap estimate).

Default

per density

exportparts?

optional exportparts: string

Defined in: node_modules/@types/react/index.d.ts:2860

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/exportparts

Inherited from

CardBodyBaseProps.exportparts


follow?

optional follow: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:179

Controlled follow-tail state.


optional footer: ReactNode

Defined in: src/components/feedback/LogView/LogView.types.ts:250

Footer content rendered in a thin bar below the body (default composition only; with custom children, compose LogView.Footer instead). Use useLogViewStats() inside it for live entry / per-level counts.


formatTimestamp()?

optional formatTimestamp: (timestamp) => string

Defined in: src/components/feedback/LogView/LogView.types.ts:193

Format a timestamp for display.

Parameters

timestamp

number | Date

Returns

string

Default

HH:mm:ss.SSS

getEntryId()?

optional getEntryId: (entry, index) => string

Defined in: src/components/feedback/LogView/LogView.types.ts:142

Override how a stable id is derived for an entry that omits id.

Parameters

entry

LogEntry

index

number

Returns

string


height?

optional height: string | number

Defined in: src/components/feedback/LogView/LogView.types.ts:236

Body height (the scroll viewport).

Default

320

hidden?

optional hidden: boolean

Defined in: node_modules/@types/react/index.d.ts:2794

Inherited from

CardBodyBaseProps.hidden


id?

optional id: string

Defined in: src/types/common.ts:9

Unique identifier for the component

Inherited from

BaseComponent.id


inert?

optional inert: boolean

Defined in: node_modules/@types/react/index.d.ts:2846

See

https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/inert

Inherited from

CardBodyBaseProps.inert


inlist?

optional inlist: any

Defined in: node_modules/@types/react/index.d.ts:2815

Inherited from

CardBodyBaseProps.inlist


inputMode?

optional inputMode: "text" | "none" | "search" | "tel" | "url" | "email" | "numeric" | "decimal"

Defined in: node_modules/@types/react/index.d.ts:2851

Hints at the type of data that might be entered by the user while editing the element or its contents

See

https://html.spec.whatwg.org/multipage/interaction.html#input-modalities:-the-inputmode-attribute

Inherited from

CardBodyBaseProps.inputMode


is?

optional is: string

Defined in: node_modules/@types/react/index.d.ts:2856

Specify that a standard HTML element should behave like a defined custom built-in element

See

https://html.spec.whatwg.org/multipage/custom-elements.html#attr-is

Inherited from

CardBodyBaseProps.is


itemID?

optional itemID: string

Defined in: node_modules/@types/react/index.d.ts:2831

Inherited from

CardBodyBaseProps.itemID


itemProp?

optional itemProp: string

Defined in: node_modules/@types/react/index.d.ts:2828

Inherited from

CardBodyBaseProps.itemProp


itemRef?

optional itemRef: string

Defined in: node_modules/@types/react/index.d.ts:2832

Inherited from

CardBodyBaseProps.itemRef


itemScope?

optional itemScope: boolean

Defined in: node_modules/@types/react/index.d.ts:2829

Inherited from

CardBodyBaseProps.itemScope


itemType?

optional itemType: string

Defined in: node_modules/@types/react/index.d.ts:2830

Inherited from

CardBodyBaseProps.itemType


labels?

optional labels: Partial<LogViewLabels>

Defined in: src/components/feedback/LogView/LogView.types.ts:280

Override any of the component’s built-in UI strings (search placeholder and labels, action-button labels, the jump-to-bottom button, the new-line counter, the empty state, the region label) for internationalization. Defaults are English — see LogViewLabels. Explicit per-slot props still win (a slot’s aria-label, the search placeholder, emptyState, the root aria-label). Prefer a stable reference (module constant or useMemo).


lang?

optional lang: string

Defined in: node_modules/@types/react/index.d.ts:2796

Inherited from

CardBodyBaseProps.lang


levelConfig?

optional levelConfig: Partial<Record<LogLevel, LogLevelDefinition>>

Defined in: src/components/feedback/LogView/LogView.types.ts:169

Visual definitions for levels (labels, colors, icons, order). Prefer a stable reference (module constant or useMemo) — an inline object is re-read on every render and busts the internal filter memoization.


levelOrder?

optional levelOrder: readonly LogLevel[]

Defined in: src/components/feedback/LogView/LogView.types.ts:175

Explicit ordered list of levels to show as filter chips. Defaults to the four built-ins plus any keys present in levelConfig, ordered by order. Prefer a stable reference for the same reason as levelConfig.


levels?

optional levels: readonly LogLevel[]

Defined in: src/components/feedback/LogView/LogView.types.ts:157

Controlled set of visible levels. A level absent from this array is filtered out. When omitted (uncontrolled), all known levels are visible.


maxEntries?

optional maxEntries: number

Defined in: src/components/feedback/LogView/LogView.types.ts:140

Hard cap on stored entries (ring buffer — oldest dropped first). Useful for long-running consoles.

Default

undefined (unbounded)

maxHeight?

optional maxHeight: string | number

Defined in: src/components/feedback/LogView/LogView.types.ts:238

Maximum body height.


nonce?

optional nonce: string

Defined in: node_modules/@types/react/index.d.ts:2797

Inherited from

CardBodyBaseProps.nonce


onAbort?

optional onAbort: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2319

Inherited from

Omit.onAbort


onAbortCapture?

optional onAbortCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2320

Inherited from

Omit.onAbortCapture


onAnimationEnd?

optional onAnimationEnd: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2449

Inherited from

Omit.onAnimationEnd


onAnimationEndCapture?

optional onAnimationEndCapture: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2450

Inherited from

Omit.onAnimationEndCapture


onAnimationIteration?

optional onAnimationIteration: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2451

Inherited from

Omit.onAnimationIteration


onAnimationIterationCapture?

optional onAnimationIterationCapture: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2452

Inherited from

Omit.onAnimationIterationCapture


onAnimationStart?

optional onAnimationStart: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2447

Inherited from

Omit.onAnimationStart


onAnimationStartCapture?

optional onAnimationStartCapture: AnimationEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2448

Inherited from

Omit.onAnimationStartCapture


onAuxClick?

optional onAuxClick: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2365

Inherited from

Omit.onAuxClick


onAuxClickCapture?

optional onAuxClickCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2366

Inherited from

Omit.onAuxClickCapture


onBeforeInput?

optional onBeforeInput: InputEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2291

Inherited from

Omit.onBeforeInput


onBeforeInputCapture?

optional onBeforeInputCapture: InputEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2292

Inherited from

Omit.onBeforeInputCapture


onBeforeToggle?

optional onBeforeToggle: ToggleEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2456

Inherited from

Omit.onBeforeToggle


onBlur?

optional onBlur: FocusEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2285

Inherited from

Omit.onBlur


onBlurCapture?

optional onBlurCapture: FocusEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2286

Inherited from

Omit.onBlurCapture


onCanPlay?

optional onCanPlay: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2321

Inherited from

Omit.onCanPlay


onCanPlayCapture?

optional onCanPlayCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2322

Inherited from

Omit.onCanPlayCapture


onCanPlayThrough?

optional onCanPlayThrough: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2323

Inherited from

Omit.onCanPlayThrough


onCanPlayThroughCapture?

optional onCanPlayThroughCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2324

Inherited from

Omit.onCanPlayThroughCapture


onChangeCapture?

optional onChangeCapture: ChangeEventHandler<HTMLDivElement, Element>

Defined in: node_modules/@types/react/index.d.ts:2290

Inherited from

Omit.onChangeCapture


onClear()?

optional onClear: () => void

Defined in: src/components/feedback/LogView/LogView.types.ts:254

Fired when the log is cleared (toolbar Clear or handle.clear).

Returns

void


onClick?

optional onClick: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2367

Inherited from

Omit.onClick


onClickCapture?

optional onClickCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2368

Inherited from

Omit.onClickCapture


onCompositionEnd?

optional onCompositionEnd: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2275

Inherited from

Omit.onCompositionEnd


onCompositionEndCapture?

optional onCompositionEndCapture: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2276

Inherited from

Omit.onCompositionEndCapture


onCompositionStart?

optional onCompositionStart: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2277

Inherited from

Omit.onCompositionStart


onCompositionStartCapture?

optional onCompositionStartCapture: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2278

Inherited from

Omit.onCompositionStartCapture


onCompositionUpdate?

optional onCompositionUpdate: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2279

Inherited from

Omit.onCompositionUpdate


onCompositionUpdateCapture?

optional onCompositionUpdateCapture: CompositionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2280

Inherited from

Omit.onCompositionUpdateCapture


onContextMenu?

optional onContextMenu: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2369

Inherited from

Omit.onContextMenu


onContextMenuCapture?

optional onContextMenuCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2370

Inherited from

Omit.onContextMenuCapture


onCopy()?

optional onCopy: (text) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:258

Fired after a copy (per-line or copy-all) with the copied text.

Parameters

text

string

Returns

void


onCopyCapture?

optional onCopyCapture: ClipboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2268

Inherited from

Omit.onCopyCapture


onCut?

optional onCut: ClipboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2269

Inherited from

Omit.onCut


onCutCapture?

optional onCutCapture: ClipboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2270

Inherited from

Omit.onCutCapture


onDoubleClick?

optional onDoubleClick: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2371

Inherited from

Omit.onDoubleClick


onDoubleClickCapture?

optional onDoubleClickCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2372

Inherited from

Omit.onDoubleClickCapture


onDrag?

optional onDrag: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2373

Inherited from

Omit.onDrag


onDragCapture?

optional onDragCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2374

Inherited from

Omit.onDragCapture


onDragEnd?

optional onDragEnd: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2375

Inherited from

Omit.onDragEnd


onDragEndCapture?

optional onDragEndCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2376

Inherited from

Omit.onDragEndCapture


onDragEnter?

optional onDragEnter: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2377

Inherited from

Omit.onDragEnter


onDragEnterCapture?

optional onDragEnterCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2378

Inherited from

Omit.onDragEnterCapture


onDragExit?

optional onDragExit: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2379

Inherited from

Omit.onDragExit


onDragExitCapture?

optional onDragExitCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2380

Inherited from

Omit.onDragExitCapture


onDragLeave?

optional onDragLeave: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2381

Inherited from

Omit.onDragLeave


onDragLeaveCapture?

optional onDragLeaveCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2382

Inherited from

Omit.onDragLeaveCapture


onDragOver?

optional onDragOver: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2383

Inherited from

Omit.onDragOver


onDragOverCapture?

optional onDragOverCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2384

Inherited from

Omit.onDragOverCapture


onDragStart?

optional onDragStart: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2385

Inherited from

Omit.onDragStart


onDragStartCapture?

optional onDragStartCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2386

Inherited from

Omit.onDragStartCapture


onDrop?

optional onDrop: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2387

Inherited from

Omit.onDrop


onDropCapture?

optional onDropCapture: DragEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2388

Inherited from

Omit.onDropCapture


onDurationChange?

optional onDurationChange: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2325

Inherited from

Omit.onDurationChange


onDurationChangeCapture?

optional onDurationChangeCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2326

Inherited from

Omit.onDurationChangeCapture


onEmptied?

optional onEmptied: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2327

Inherited from

Omit.onEmptied


onEmptiedCapture?

optional onEmptiedCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2328

Inherited from

Omit.onEmptiedCapture


onEncrypted?

optional onEncrypted: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2329

Inherited from

Omit.onEncrypted


onEncryptedCapture?

optional onEncryptedCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2330

Inherited from

Omit.onEncryptedCapture


onEnded?

optional onEnded: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2331

Inherited from

Omit.onEnded


onEndedCapture?

optional onEndedCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2332

Inherited from

Omit.onEndedCapture


onEntryClick()?

optional onEntryClick: (entry, index) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:256

Fired when an entry row is clicked.

Parameters

entry

ResolvedLogEntry

index

number

Returns

void


onError?

optional onError: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2305

Inherited from

Omit.onError


onErrorCapture?

optional onErrorCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2306

Inherited from

Omit.onErrorCapture


onFocus?

optional onFocus: FocusEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2283

Inherited from

Omit.onFocus


onFocusCapture?

optional onFocusCapture: FocusEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2284

Inherited from

Omit.onFocusCapture


onFollowChange()?

optional onFollowChange: (follow) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:183

Called when follow-tail attaches/detaches.

Parameters

follow

boolean

Returns

void


onGotPointerCapture?

optional onGotPointerCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2431

Inherited from

Omit.onGotPointerCapture


onGotPointerCaptureCapture?

optional onGotPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2432

Inherited from

Omit.onGotPointerCaptureCapture


onInput?

optional onInput: InputEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2293

Inherited from

Omit.onInput


onInputCapture?

optional onInputCapture: InputEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2294

Inherited from

Omit.onInputCapture


onInvalid?

optional onInvalid: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2299

Inherited from

Omit.onInvalid


onInvalidCapture?

optional onInvalidCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2300

Inherited from

Omit.onInvalidCapture


onKeyDown?

optional onKeyDown: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2309

Inherited from

Omit.onKeyDown


onKeyDownCapture?

optional onKeyDownCapture: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2310

Inherited from

Omit.onKeyDownCapture


onKeyPress?

optional onKeyPress: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2312

Inherited from

Omit.onKeyPress


onKeyPressCapture?

optional onKeyPressCapture: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2314

Inherited from

Omit.onKeyPressCapture


onKeyUp?

optional onKeyUp: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2315

Inherited from

Omit.onKeyUp


onKeyUpCapture?

optional onKeyUpCapture: KeyboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2316

Inherited from

Omit.onKeyUpCapture


onLevelsChange()?

optional onLevelsChange: (levels) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:161

Called when the visible-level set changes.

Parameters

levels

LogLevel[]

Returns

void


onLoad?

optional onLoad: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2303

Inherited from

Omit.onLoad


onLoadCapture?

optional onLoadCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2304

Inherited from

Omit.onLoadCapture


onLoadedData?

optional onLoadedData: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2333

Inherited from

Omit.onLoadedData


onLoadedDataCapture?

optional onLoadedDataCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2334

Inherited from

Omit.onLoadedDataCapture


onLoadedMetadata?

optional onLoadedMetadata: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2335

Inherited from

Omit.onLoadedMetadata


onLoadedMetadataCapture?

optional onLoadedMetadataCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2336

Inherited from

Omit.onLoadedMetadataCapture


onLoadStart?

optional onLoadStart: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2337

Inherited from

Omit.onLoadStart


onLoadStartCapture?

optional onLoadStartCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2338

Inherited from

Omit.onLoadStartCapture


onLostPointerCapture?

optional onLostPointerCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2433

Inherited from

Omit.onLostPointerCapture


onLostPointerCaptureCapture?

optional onLostPointerCaptureCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2434

Inherited from

Omit.onLostPointerCaptureCapture


onMouseDown?

optional onMouseDown: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2389

Inherited from

Omit.onMouseDown


onMouseDownCapture?

optional onMouseDownCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2390

Inherited from

Omit.onMouseDownCapture


onMouseEnter?

optional onMouseEnter: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2391

Inherited from

Omit.onMouseEnter


onMouseLeave?

optional onMouseLeave: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2392

Inherited from

Omit.onMouseLeave


onMouseMove?

optional onMouseMove: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2393

Inherited from

Omit.onMouseMove


onMouseMoveCapture?

optional onMouseMoveCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2394

Inherited from

Omit.onMouseMoveCapture


onMouseOut?

optional onMouseOut: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2395

Inherited from

Omit.onMouseOut


onMouseOutCapture?

optional onMouseOutCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2396

Inherited from

Omit.onMouseOutCapture


onMouseOver?

optional onMouseOver: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2397

Inherited from

Omit.onMouseOver


onMouseOverCapture?

optional onMouseOverCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2398

Inherited from

Omit.onMouseOverCapture


onMouseUp?

optional onMouseUp: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2399

Inherited from

Omit.onMouseUp


onMouseUpCapture?

optional onMouseUpCapture: MouseEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2400

Inherited from

Omit.onMouseUpCapture


onPaste?

optional onPaste: ClipboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2271

Inherited from

Omit.onPaste


onPasteCapture?

optional onPasteCapture: ClipboardEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2272

Inherited from

Omit.onPasteCapture


onPause?

optional onPause: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2339

Inherited from

Omit.onPause


onPauseCapture?

optional onPauseCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2340

Inherited from

Omit.onPauseCapture


onPlay?

optional onPlay: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2341

Inherited from

Omit.onPlay


onPlayCapture?

optional onPlayCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2342

Inherited from

Omit.onPlayCapture


onPlaying?

optional onPlaying: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2343

Inherited from

Omit.onPlaying


onPlayingCapture?

optional onPlayingCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2344

Inherited from

Omit.onPlayingCapture


onPointerCancel?

optional onPointerCancel: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2423

Inherited from

Omit.onPointerCancel


onPointerCancelCapture?

optional onPointerCancelCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2424

Inherited from

Omit.onPointerCancelCapture


onPointerDown?

optional onPointerDown: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2417

Inherited from

Omit.onPointerDown


onPointerDownCapture?

optional onPointerDownCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2418

Inherited from

Omit.onPointerDownCapture


onPointerEnter?

optional onPointerEnter: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2425

Inherited from

Omit.onPointerEnter


onPointerLeave?

optional onPointerLeave: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2426

Inherited from

Omit.onPointerLeave


onPointerMove?

optional onPointerMove: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2419

Inherited from

Omit.onPointerMove


onPointerMoveCapture?

optional onPointerMoveCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2420

Inherited from

Omit.onPointerMoveCapture


onPointerOut?

optional onPointerOut: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2429

Inherited from

Omit.onPointerOut


onPointerOutCapture?

optional onPointerOutCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2430

Inherited from

Omit.onPointerOutCapture


onPointerOver?

optional onPointerOver: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2427

Inherited from

Omit.onPointerOver


onPointerOverCapture?

optional onPointerOverCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2428

Inherited from

Omit.onPointerOverCapture


onPointerUp?

optional onPointerUp: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2421

Inherited from

Omit.onPointerUp


onPointerUpCapture?

optional onPointerUpCapture: PointerEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2422

Inherited from

Omit.onPointerUpCapture


onProgress?

optional onProgress: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2345

Inherited from

Omit.onProgress


onProgressCapture?

optional onProgressCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2346

Inherited from

Omit.onProgressCapture


onQueryChange()?

optional onQueryChange: (query) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:150

Called when the search query changes.

Parameters

query

string

Returns

void


onRateChange?

optional onRateChange: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2347

Inherited from

Omit.onRateChange


onRateChangeCapture?

optional onRateChangeCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2348

Inherited from

Omit.onRateChangeCapture


onReset?

optional onReset: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2295

Inherited from

Omit.onReset


onResetCapture?

optional onResetCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2296

Inherited from

Omit.onResetCapture


onScroll?

optional onScroll: UIEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2437

Inherited from

Omit.onScroll


onScrollCapture?

optional onScrollCapture: UIEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2438

Inherited from

Omit.onScrollCapture


onScrollEnd?

optional onScrollEnd: UIEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2439

Inherited from

Omit.onScrollEnd


onScrollEndCapture?

optional onScrollEndCapture: UIEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2440

Inherited from

Omit.onScrollEndCapture


onSeeked?

optional onSeeked: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2349

Inherited from

Omit.onSeeked


onSeekedCapture?

optional onSeekedCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2350

Inherited from

Omit.onSeekedCapture


onSeeking?

optional onSeeking: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2351

Inherited from

Omit.onSeeking


onSeekingCapture?

optional onSeekingCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2352

Inherited from

Omit.onSeekingCapture


onSelectCapture?

optional onSelectCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2404

Inherited from

Omit.onSelectCapture


onSelectionChange()?

optional onSelectionChange: (selectedIds) => void

Defined in: src/components/feedback/LogView/LogView.types.ts:232

Called when the selection changes.

Parameters

selectedIds

string[]

Returns

void


onStalled?

optional onStalled: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2353

Inherited from

Omit.onStalled


onStalledCapture?

optional onStalledCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2354

Inherited from

Omit.onStalledCapture


onSubmit?

optional onSubmit: SubmitEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2297

Inherited from

Omit.onSubmit


onSubmitCapture?

optional onSubmitCapture: SubmitEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2298

Inherited from

Omit.onSubmitCapture


onSuspend?

optional onSuspend: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2355

Inherited from

Omit.onSuspend


onSuspendCapture?

optional onSuspendCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2356

Inherited from

Omit.onSuspendCapture


onTimeUpdate?

optional onTimeUpdate: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2357

Inherited from

Omit.onTimeUpdate


onTimeUpdateCapture?

optional onTimeUpdateCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2358

Inherited from

Omit.onTimeUpdateCapture


onToggle?

optional onToggle: ToggleEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2455

Inherited from

Omit.onToggle


onTouchCancel?

optional onTouchCancel: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2407

Inherited from

Omit.onTouchCancel


onTouchCancelCapture?

optional onTouchCancelCapture: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2408

Inherited from

Omit.onTouchCancelCapture


onTouchEnd?

optional onTouchEnd: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2409

Inherited from

Omit.onTouchEnd


onTouchEndCapture?

optional onTouchEndCapture: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2410

Inherited from

Omit.onTouchEndCapture


onTouchMove?

optional onTouchMove: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2411

Inherited from

Omit.onTouchMove


onTouchMoveCapture?

optional onTouchMoveCapture: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2412

Inherited from

Omit.onTouchMoveCapture


onTouchStart?

optional onTouchStart: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2413

Inherited from

Omit.onTouchStart


onTouchStartCapture?

optional onTouchStartCapture: TouchEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2414

Inherited from

Omit.onTouchStartCapture


onTransitionCancel?

optional onTransitionCancel: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2459

Inherited from

Omit.onTransitionCancel


onTransitionCancelCapture?

optional onTransitionCancelCapture: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2460

Inherited from

Omit.onTransitionCancelCapture


onTransitionEnd?

optional onTransitionEnd: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2461

Inherited from

Omit.onTransitionEnd


onTransitionEndCapture?

optional onTransitionEndCapture: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2462

Inherited from

Omit.onTransitionEndCapture


onTransitionRun?

optional onTransitionRun: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2463

Inherited from

Omit.onTransitionRun


onTransitionRunCapture?

optional onTransitionRunCapture: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2464

Inherited from

Omit.onTransitionRunCapture


onTransitionStart?

optional onTransitionStart: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2465

Inherited from

Omit.onTransitionStart


onTransitionStartCapture?

optional onTransitionStartCapture: TransitionEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2466

Inherited from

Omit.onTransitionStartCapture


onVolumeChange?

optional onVolumeChange: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2359

Inherited from

Omit.onVolumeChange


onVolumeChangeCapture?

optional onVolumeChangeCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2360

Inherited from

Omit.onVolumeChangeCapture


onWaiting?

optional onWaiting: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2361

Inherited from

Omit.onWaiting


onWaitingCapture?

optional onWaitingCapture: ReactEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2362

Inherited from

Omit.onWaitingCapture


onWheel?

optional onWheel: WheelEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2443

Inherited from

Omit.onWheel


onWheelCapture?

optional onWheelCapture: WheelEventHandler<HTMLDivElement>

Defined in: node_modules/@types/react/index.d.ts:2444

Inherited from

Omit.onWheelCapture


overscan?

optional overscan: number

Defined in: src/components/feedback/LogView/LogView.types.ts:217

Off-screen rows kept mounted.

Default

12

part?

optional part: string

Defined in: node_modules/@types/react/index.d.ts:2864

See

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/part

Inherited from

CardBodyBaseProps.part


popover?

optional popover: "" | "auto" | "manual" | "hint"

Defined in: node_modules/@types/react/index.d.ts:2838

Inherited from

CardBodyBaseProps.popover


popoverTarget?

optional popoverTarget: string

Defined in: node_modules/@types/react/index.d.ts:2840

Inherited from

CardBodyBaseProps.popoverTarget


popoverTargetAction?

optional popoverTargetAction: "toggle" | "hide" | "show"

Defined in: node_modules/@types/react/index.d.ts:2839

Inherited from

CardBodyBaseProps.popoverTargetAction


prefix?

optional prefix: string

Defined in: node_modules/@types/react/index.d.ts:2816

Inherited from

CardBodyBaseProps.prefix


property?

optional property: string

Defined in: node_modules/@types/react/index.d.ts:2817

Inherited from

CardBodyBaseProps.property


query?

optional query: string

Defined in: src/components/feedback/LogView/LogView.types.ts:146

Controlled search query.


radioGroup?

optional radioGroup: string

Defined in: node_modules/@types/react/index.d.ts:2806

Inherited from

CardBodyBaseProps.radioGroup


ref?

optional ref: Ref<LogViewHandle>

Defined in: src/components/feedback/LogView/LogView.types.ts:125


rel?

optional rel: string

Defined in: node_modules/@types/react/index.d.ts:2818

Inherited from

CardBodyBaseProps.rel


renderEntry()?

optional renderEntry: (info) => ReactNode

Defined in: src/components/feedback/LogView/LogView.types.ts:242

Custom row renderer. Receives the resolved entry; replaces the default row body.

Parameters

info

LogEntryRenderInfo

Returns

ReactNode


resource?

optional resource: string

Defined in: node_modules/@types/react/index.d.ts:2819

Inherited from

CardBodyBaseProps.resource


results?

optional results: number

Defined in: node_modules/@types/react/index.d.ts:2833

Inherited from

CardBodyBaseProps.results


rev?

optional rev: string

Defined in: node_modules/@types/react/index.d.ts:2820

Inherited from

CardBodyBaseProps.rev


role?

optional role: AriaRole

Defined in: node_modules/@types/react/index.d.ts:2809

Inherited from

CardBodyBaseProps.role


security?

optional security: string

Defined in: node_modules/@types/react/index.d.ts:2834

Inherited from

CardBodyBaseProps.security


selectedIds?

optional selectedIds: readonly string[]

Defined in: src/components/feedback/LogView/LogView.types.ts:228

Controlled set of selected entry ids.


selectionMode?

optional selectionMode: LogViewSelectionMode

Defined in: src/components/feedback/LogView/LogView.types.ts:226

Row selection mode. With 'multiple', click selects a line, Cmd/Ctrl+click toggles it, and Shift+click extends a range. Selected lines highlight and can be copied (Cmd/Ctrl+C, or the toolbar copy button); Cmd/Ctrl+A selects all visible, Escape clears.

Default

false

showClear?

optional showClear: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:205

Render the clear button in the default toolbar.

Default

true

showCopy?

optional showCopy: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:207

Render the copy-all button in the default toolbar.

Default

true

showLevelFilter?

optional showLevelFilter: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:203

Render the level filter chips in the default toolbar.

Default

true

showSearch?

optional showSearch: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:201

Render the search field in the default toolbar.

Default

true

showSource?

optional showSource: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:195

Show the per-entry source tag when present.

Default

true

showTimestamps?

optional showTimestamps: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:191

Show the per-entry timestamp gutter.

Default

false

showToolbar?

optional showToolbar: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:199

Render the default toolbar.

Default

true

slot?

optional slot: string

Defined in: node_modules/@types/react/index.d.ts:2798

Inherited from

CardBodyBaseProps.slot


slotProps?

optional slotProps: LogViewSlotProps

Defined in: src/components/feedback/LogView/LogView.types.ts:269

Props forwarded to the slots of the default composition (toolbar, search, levelFilter, copy, clear, body, footer). Each entry is spread onto its slot, so className / style merge with the slot’s own styles. Use it to tweak the batteries-included layout without rebuilding it.

Ignored when you provide your own children — then you compose the slots and pass props directly.


spellCheck?

optional spellCheck: Booleanish

Defined in: node_modules/@types/react/index.d.ts:2799

Inherited from

CardBodyBaseProps.spellCheck


style?

optional style: CSSProperties

Defined in: src/types/common.ts:18

Custom inline styles

Inherited from

BaseComponent.style


suppressContentEditableWarning?

optional suppressContentEditableWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2781

Inherited from

CardBodyBaseProps.suppressContentEditableWarning


suppressHydrationWarning?

optional suppressHydrationWarning: boolean

Defined in: node_modules/@types/react/index.d.ts:2782

Inherited from

CardBodyBaseProps.suppressHydrationWarning


tabIndex?

optional tabIndex: number

Defined in: node_modules/@types/react/index.d.ts:2801

Inherited from

CardBodyBaseProps.tabIndex


testId?

optional testId: string

Defined in: src/types/common.ts:15

Test identifier for automated testing

Inherited from

CardBodyBaseProps.testId


title?

optional title: string

Defined in: node_modules/@types/react/index.d.ts:2802

Inherited from

CardBodyBaseProps.title


translate?

optional translate: "yes" | "no"

Defined in: node_modules/@types/react/index.d.ts:2803

Inherited from

CardBodyBaseProps.translate


typeof?

optional typeof: string

Defined in: node_modules/@types/react/index.d.ts:2821

Inherited from

CardBodyBaseProps.typeof


unselectable?

optional unselectable: "off" | "on"

Defined in: node_modules/@types/react/index.d.ts:2835

Inherited from

CardBodyBaseProps.unselectable


virtualizationThreshold?

optional virtualizationThreshold: number

Defined in: src/components/feedback/LogView/LogView.types.ts:213

Threshold above which 'auto' engages.

Default

100

virtualized?

optional virtualized: LogViewVirtualizationMode

Defined in: src/components/feedback/LogView/LogView.types.ts:211

Virtualization mode.

Default

"auto"

vocab?

optional vocab: string

Defined in: node_modules/@types/react/index.d.ts:2822

Inherited from

CardBodyBaseProps.vocab


wrap?

optional wrap: boolean

Defined in: src/components/feedback/LogView/LogView.types.ts:187

Soft-wrap long lines (variable-height measured rows) vs. single-line.

Default

false