IShapeStyle
Interface representing the style properties for a shape.
Extended by
Properties
active?
optional
active:IShapeBaseStyle
Active style for the shape.
When the shape is in the active state, the properties defined in this style override the default style properties.
Defined in
styles/interfaces/IShapeStyle.ts:27
cursor?
optional
cursor:Cursor
Specifies the cursor style for the shape.
Defined in
styles/interfaces/IShapeStyle.ts:11
hover?
optional
hover:IShapeBaseStyle
Hover style for the shape.
When the shape is in the hover state, the properties defined in this style override the default style properties.