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

Interface PaneOptions

src/pane/types.ts:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15export type PaneState = 'normal' | 'maximize' | 'minimize'
16
17export interface PaneOptions {
18 id?: string
19 height?: number
20 minHeight?: number
21 dragEnabled?: boolean
22 order?: number
23 state?: PaneState
24}
25
26export const PANE_MIN_HEIGHT = 30
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected