DrawingProperties#
Type alias DrawingProperties
Drawing Properties: { enabled?: boolean; name?: string }
Type declaration
-
Optional
enabled?: boolean -
Optional
name?: 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