Hierarchy

  • NodesIcon

Properties

background: string

The background of initials

borderColor: string

The border color of this icon.

borderRadius: string

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

borderWidth: number

The border width of this icon.

color: string

The fill color of this icon.

height: number

The height of this icon.

initials: string

The initials displayed for this icon.

opacity: number

The opacity of this icon.

pattern: string

The pattern of this icon.

shape: string

The shape of this 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 icon.

svgClassName: string

The CSS style class defining the style of this icon. Will not be applied if initials are specified.

svgStyle: object

The CSS style object defining the style of this icon. Only SVG CSS style properties are supported. Will not be applied if initials are specified. The default value comes from the CSS and varies based on theme.

width: number

The width of this icon.

Generated using TypeDoc