insertText property
Object
get
insertText
The text to replace the range with. Must be set. Is used both for the preview and the accept operation.
Implementation
_i2.Object get insertText => _i5.getProperty(
this,
'insertText',
);
set
insertText
(Object value)
Implementation
set insertText(_i2.Object value) {
_i5.setProperty(
this,
'insertText',
value,
);
}