characterOffset
|
Type |
String |
|
Description |
The character offset where the error is located. Used as a property of the options object passed to addError(options). |
|
Required |
No |
Example
context.addError({
characterOffset: '1'
});