Hierarchy

  • ItemStatusIcon

Properties

iconColor?: string

Icon color as hex color string e.g. #FF0000. If undefined a default collor will be used.

iconName?: string

Defines the icon by name.

iconUrl?: string

Defines the icon by image url. If defined iconName and iconColor will be ignored and the image will be shown.

onClick?: (() => void)

Type declaration

    • (): void
    • Click handler for the icon.

      Returns void

tooltip?: string

Tooltip text for the icon.

Generated using TypeDoc