DrawingPropertiesΒΆ webVis API ReferenceDrawingPropertiesType Alias DrawingPropertiesDrawingProperties: { enabled?: boolean; name?: string }Type declarationOptionalenabled?: booleanThe enabled state of the Drawing. Defaultfalse Optionalname?: stringThe name of the Drawing. Defaultundefined
The enabled state of the Drawing.