Home > @i2analyze/notebook-sdk > commands > IInlineSvg
commands.IInlineSvg interface
An icon for a command or a group, specified by a block of inline SVG code.
Signature:
interface IInlineSvg 
Introduced: version 1.0
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| svg | readonly | 
string | Gets the SVG document fragment that defines the icon. | 
| type | readonly | 
'inlineSvg' | Gets the type of the icon. |