Home > @i2analyze/notebook-sdk > visual > IImageSetting
visual.IImageSetting interface
An image for a node element.
Signature:
interface IImageSetting extends data.IImage
Extends: data.IImage
Introduced: version 1.5
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
description | readonly |
string | Gets a description of the image to use as alternative text, for example. (Inherited from IImage) |
href | readonly |
string | Gets the URL of the image. (Inherited from IImage) |
isDefault | readonly |
boolean | Indicates whether the image is the default one for the node. |