MCPcopy
hub / github.com/klinecharts/KLineChart / EventTriggerWidgetInfo

Interface EventTriggerWidgetInfo

src/Event.ts:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37import { WidgetNameConstants, REAL_SEPARATOR_HEIGHT } from './widget/types'
38
39interface EventTriggerWidgetInfo {
40 pane: Nullable<Pane>
41 widget: Nullable<Widget>
42}
43
44const hotkeyModifierAlias: Record<string, string> = {
45 command: 'meta',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected