LogTabViewProps interface presentation exported
Last updated: 2026-03-04T23:21:38.423Z
Metrics
LOC: 4
Complexity: 1
Params: 0
Signature
interface LogTabViewProps
Source Code
export interface LogTabViewProps {
/** Pass the current viewer instance (or null) so the component can dispose it. */
viewerRef: { current: LogViewer | null };
}
Dependencies (Outgoing)
| Target | Type |
|---|---|
| createLogViewer | uses |
| LogViewer | uses |
No incoming dependencies.