commitTemplate property

String? get commitTemplate

Optional commit template string.

The Source Control viewlet will populate the Source Control input with this value when appropriate.

Implementation

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

Implementation

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