keyIcons property

Map<ValueWithType, String?> keyIcons

Provide an optional icon for the given key. Should be a square icon provided as base64, either PNG: 16x16 or 32x32 or SVG.

Implementation

Map<ValueWithType, String?> get keyIcons;