interface SketchCreateOptionsCompat {
    mode?: "click" | "freehand" | "hybrid";
}

Properties

Properties

mode?: "click" | "freehand" | "hybrid"