ShapeOptionsPremium
The configuration options for the Shape.
| Name | Type | Default | Description | 
|---|---|---|---|
| ariaChecked? | 
 | An optional aria-checked to be applied to the element. The aria-checked will be rendered only for SVG output. | |
| ariaLabel? | 
 | An optional aria-label to be applied to the element. The aria-label will be rendered only for SVG output. | |
| ariaRoleDescription? | 
 | An optional aria-roledescription to be applied to the element. The aria-roledescription will be rendered only for SVG output. | |
| className? | 
 | An optional class to be applied to the element. The class will be rendered only for SVG output. | |
| clip? | 
 | The clipping path for this element. The Path instance will be monitored for changes. Can be replaced by calling the  | |
| cursor? | 
 | The CSS cursor of the element. | |
| fill? | 
 | The fill options of the Shape. | |
| id? | 
 | An optional id. The id will be rendered only for SVG output. | |
| name? | 
 | The optional name for this element. | |
| opacity? | 
 | The element opacity. Ranges from zero (completely transparent) to one (completely opaque). | |
| role? | 
 | An optional role to be applied to the element. The role will be rendered only for SVG output. | |
| stroke? | 
 | The stroke options of the Shape. | |
| transform? | 
 | The transformation to apply to this element. | |
| visible? | 
 | A flag which indicates if the element is visible. |