IconContentType
Enum representing possible icon types.
NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments.
Name | Value | Description |
---|---|---|
SVG | svg | SVG in string format "<svg>...<svg>". |
BASE64 | base64 | Base64 part of file without mimetype part, e.g. "iVBORw0KGgoAAAANSUhEUgAA...". Note: Extension information must be provided when using this icon content type. |
PATH | path | Relative path to icon file, e.g. assets/icon/icon.svg |
BUILT_IN | built_in | Built-in icon representation. |