Skip to content
EliteChart

PluginKind

Documentation


Documentation / @elitechart/core / PluginKind

code
type PluginKind = "indicator" | "overlay" | "drawing";

Defined in: plugin/types.ts:38

Plugin categories — tells the registry where the plugin contributes (indicator pane, drawing palette, overlay layer).

Example

code
const k: PluginKind = 'indicator';