Hierarchy

  • NodesIndicatorIcon

Properties

borderColor: string

The border color of this indicator icon.

borderRadius: string

The border radius of this indicator icon. CSS border-radius values accepted. Note that non-% values (including unitless) get interpreted as 'px'.

borderWidth: number

The border width of this indicator icon.

color: string

The fill color of this indicator icon.

height: number

The height of this indicator icon.

opacity: number

The opacity of this indicator icon.

pattern: string

The pattern of this indicator icon.

shape: string

The shape of this indicator icon. Can take the name of a built-in shape or the SVG path commands for a custom shape.

source: string

The URL of an image to display for this indicator icon.

svgClassName: string

The CSS style class defining the style of this indicator icon.

svgStyle: object

The CSS style object defining the style of this indicator icon. Only SVG CSS style properties are supported. The default value comes from the CSS and varies based on theme.

width: number

The width of this indicator icon.

Generated using TypeDoc