iconPath property
Object
get
iconPath
The icon path or {@link ThemeIcon} for the tree item.
When falsy
, {@link ThemeIcon.Folder Folder Theme Icon} is assigned, if item is collapsible otherwise {@link ThemeIcon.File File Theme Icon}.
When a file or folder {@link ThemeIcon} is specified, icon is derived from the current file icon theme for the specified theme icon using {@link TreeItem.resourceUri resourceUri} (if provided).
Implementation
_i2.Object get iconPath => _i5.getProperty(
this,
'iconPath',
);
set
iconPath
(Object value)
Implementation
set iconPath(_i2.Object value) {
_i5.setProperty(
this,
'iconPath',
value,
);
}