IAutocorrectReplaceInfo Interface
Declares replacement settings.
Declaration
export interface IAutocorrectReplaceInfo
Remarks
If the replaceTextAsYouType property is set to true, the Rich Text Editor replaces the typed text that matches the replace value with the with value.
Properties
replace Property
Specifies the text to be replaced.
Declaration
replace: string
Property Value
| Type | Description |
|---|---|
| string | The text to be replaced. |
with Property
Specifies the replacement text.
Declaration
with: string
Property Value
| Type | Description |
|---|---|
| string | The replacement text. |