IconDefinition interface
Visual icon definition of an entity
Properties
| custom |
Custom data. Base64-encoded SVG data. If set, this overrides the built-in icon. |
| icon |
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