Hierarchy

  • StyleDefaultsNodeDefaultsIcon

Properties

borderColor: string

Default border color of the icon.

borderRadius: string

Specifies default border radius of the icon.

borderWidth: number

Default border width of the icon in pixels.

color: string

Default color of the icon.

height: number

Default icon height.

pattern: string

Default fill pattern of the icon.

shape: string

Specifies default shape of the icon.

source: string

The URI of the node image

Deprecated

Since 17.0.0. Node source property has been deprecated. Please use custom renderer instead.

sourceHover: string

The optional URI of the node hover image.

Deprecated

Since 17.0.0. Node sourceHover property has been deprecated. Please use custom renderer instead.

sourceHoverSelected: string

The optional URI of the selected image on hover.

Deprecated

Since 17.0.0. Node sourceHoverSelected property has been deprecated. Please use custom renderer instead.

sourceSelected: string

The optional URI of the selected image.

Deprecated

Since 17.0.0. Node sourceSelected property has been deprecated. Please use custom renderer instead.

svgClassName: string

The SVG CSS style class to apply to the node icon.

svgStyle: object

Specifies CSS styles for the icon.

width: number

Default icon width.

Generated using TypeDoc