iconPath property

Object? get iconPath

The icon path or {@link ThemeIcon} for the QuickPickItem.

Implementation

_i2.Object? get iconPath => _i5.getProperty(
      this,
      'iconPath',
    );
set iconPath (Object? value)

Implementation

set iconPath(_i2.Object? value) {
  _i5.setProperty(
    this,
    'iconPath',
    value ?? _i6.undefined,
  );
}