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

Interface TooltipFeatureInfo

src/view/IndicatorTooltipView.ts:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31import View from './View'
32
33interface TooltipFeatureInfo {
34 paneId: string
35 indicator?: Indicator
36 feature: TooltipFeatureStyle
37}
38
39export default class IndicatorTooltipView extends View<YAxis> {
40 private _activeFeatureInfo: Nullable<TooltipFeatureInfo> = null

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected