tooltip property

String? get tooltip

A tooltip for the command, when represented in the UI.

Implementation

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

Implementation

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