prompt property

String? prompt

An optional string to show on the comment input box when it's collapsed.

Implementation

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

Implementation

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