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)

graph LR LogTabViewProps["LogTabViewProps"] createLogViewer["createLogViewer"] LogViewer["LogViewer"] LogTabViewProps -->|uses| createLogViewer LogTabViewProps -->|uses| LogViewer style LogTabViewProps fill:#dbeafe,stroke:#2563eb,stroke-width:2px click LogTabViewProps "7b7bdc48e67998ca.html" click createLogViewer "cc8b77ecd2282660.html" click LogViewer "2c892361993c78a3.html"
TargetType
createLogViewer uses
LogViewer uses

No incoming dependencies.