Home > @i2analyze/notebook-sdk > commands > IImageUrl
commands.IImageUrl interface
An icon for a command or a group, specified by the URL of the image file.
Signature:
interface IImageUrl
Introduced: version 1.0
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
src | readonly |
string | Gets the URL of the image file that contains the icon, which can be relative to the URL of the entry point JavaScript file. |
type | readonly |
'imageUrl' | Gets the type of the icon. |