interface SketchCreateResultCompat {
    graphic?: null | Record<string, unknown>;
    state: "complete" | "cancel";
    tool: SketchToolCompat;
}

Properties

Properties

graphic?: null | Record<string, unknown>
state: "complete" | "cancel"