Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
export
interface
IComponent {
2
readonly element: HTMLElement
3
}
Callers
nothing calls this directly
Implementers
3
ControlBarView
src/ui/ControlBarView.ts
ProgressBarView
src/ui/ProgressBarView.ts
PlayerView
src/ui/PlayerView.ts
Calls
no outgoing calls
Tested by
no test coverage detected