DrawingPropertiesΒΆ

Type Alias DrawingProperties

DrawingProperties: { enabled?: boolean; name?: string }

Type declaration

  • Optionalenabled?: boolean

    The enabled state of the Drawing.

    false
    
  • Optionalname?: string

    The name of the Drawing.

    undefined