MCPcopy Index your code
hub / github.com/JavaCS3/xterm-player / IComponent

Interface IComponent

src/ui/Types.ts:1–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface IComponent {
2 readonly element: HTMLElement
3}

Callers

nothing calls this directly

Implementers 3

ControlBarViewsrc/ui/ControlBarView.ts
ProgressBarViewsrc/ui/ProgressBarView.ts
PlayerViewsrc/ui/PlayerView.ts

Calls

no outgoing calls

Tested by

no test coverage detected