DrawingProperties

Interface DrawingProperties

interface DrawingProperties {
    enabled?: boolean;
    name?: string;
}

Properties

Properties

enabled?: boolean

The enabled state of the Drawing.

false
name?: string

The name of the Drawing.

undefined