IconDefinition interface

Visual icon definition of an entity

Properties

customData

Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.

iconName

Name of the built-in icon, or 'Custom' to use customData

Property Details

customData

Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon.

customData?: string

Property Value

string

iconName

Name of the built-in icon, or 'Custom' to use customData

iconName: string

Property Value

string