onDidAccept property

Event<void> onDidAccept

An event signaling when the user indicated acceptance of the selected item(s).

Implementation

_i3.Event<void> get onDidAccept => _i5.getProperty(
      this,
      'onDidAccept',
    );