Interface DrawingOptions

interface DrawingOptions {
    measurement?: boolean;
}

Properties

Properties

measurement?: boolean