Home > @i2analyze/notebook-sdk > visual > IElementSetting
visual.IElementSetting interface
A value for a setting that affects the appearance of an element.
Signature:
interface IElementSetting<T>
Introduced: version 1.2
Type Parameters
Parameter | Type | Description |
---|---|---|
T | any | The logical type of the value. |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isDefault | readonly |
boolean | Indicates whether value contains the default value for the setting. |
value | readonly |
T | Gets the setting value. |