DrawingProperties#
Type alias DrawingProperties
Drawing
enabled?: boolean;
name?: string;
}
enabled?: boolean;
name?: string;
}
Type declaration
- 
Optionalenabled?: booleanDefaultfalse
- 
Optionalname?: stringThe name of the Drawing. Defaultundefined
The enabled state of the Drawing.