ApplyToWordOptions
Interface
Represents the options for applying a command to the "word" at the cursor position.
Use the before and after regular expressions to define what counts as a word boundary (see example).
Definition
Package:@progress/kendo-angular-editor
Syntax:
TS
const options: ApplyToWordOptions = {
before: /\s/,
after: /\s/
};