acceptInputCommand property

Command? get acceptInputCommand

Optional accept input command.

This command will be invoked when the user accepts the value in the Source Control input.

Implementation

_i3.Command? get acceptInputCommand => _i5.getProperty(
      this,
      'acceptInputCommand',
    );
set acceptInputCommand (Command? value)

Implementation

set acceptInputCommand(_i3.Command? value) {
  _i5.setProperty(
    this,
    'acceptInputCommand',
    value ?? _i6.undefined,
  );
}