DrawingProperties#
Type alias DrawingProperties
Drawing Properties: {
enabled?: boolean;
name?: string;
}
enabled?: boolean;
name?: string;
}
Type declaration
-
Optional
enabled?: booleanDefault
false
-
Optional
name?: stringThe name of the Drawing.
Default
undefined
The enabled state of the Drawing.