Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/OpenHands/OpenHands
/ IOption
Interface
IOption
openhands-ui/shared/types.ts:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
export
type
ComponentVariant =
"primary"
|
"secondary"
|
"tertiary"
;
12
13
export
interface
IOption<T> {
14
label: string;
15
value: T;
16
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected