@rekurt/openkline - v0.2.0
    Preparing search index...

    Type Alias DrawingTool

    DrawingTool:
        | "trendline"
        | "hline"
        | "vline"
        | "rectangle"
        | "ray"
        | "fib"
        | "fibext"
        | "channel"
        | "arrow"
        | "parallelchannel"
        | "regression"
        | "pitchfork"
        | "fibfan"
        | "measure"

    Drawing tool identifiers accepted by OHLCVChart.startDrawing. Exported so the React/Vue wrappers share a single source of truth.