DrawingPropertiesΒΆ
Type alias DrawingProperties
Drawing Properties: { enabled?: boolean; name?: string }
Type declaration
-
Optionalenabled?: boolean -
Optionalname?: stringThe name of the Drawing.
Default
undefined
Optional enabled?: booleanOptional name?: stringThe name of the Drawing.
undefined
The enabled state of the Drawing.
Default
false