onDidChangeInlayHints property

Event<void>? get onDidChangeInlayHints

An optional event to signal that inlay hints from this provider have changed.

Implementation

_i3.Event<void>? get onDidChangeInlayHints => _i5.getProperty(
      this,
      'onDidChangeInlayHints',
    );
set onDidChangeInlayHints (Event<void>? value)

Implementation

set onDidChangeInlayHints(_i3.Event<void>? value) {
  _i5.setProperty(
    this,
    'onDidChangeInlayHints',
    value ?? _i6.undefined,
  );
}