LogViewerOptions interface presentation exported

Last updated: 2026-03-02T13:35:57.087Z

Metrics

LOC: 6 Complexity: 1 Params: 0

Signature

interface LogViewerOptions

Source Code

export interface LogViewerOptions {
  /** Container element to render into */
  container: HTMLElement;
  /** Visual variant (affects class prefix and CSS expectations) */
  variant: LogViewerVariant;
}

No outgoing dependencies.

No incoming dependencies.