Word.XmlNodeSetValidationErrorOptions interface
Provides configuration options for the XmlNode.setValidationError method.
Remarks
Properties
| cleared |
If provided, specifies whether the validation error should be cleared automatically. The default value is |
| error |
If provided, specifies the error text to display for the validation error. |
Property Details
clearedAutomatically
If provided, specifies whether the validation error should be cleared automatically. The default value is false.
clearedAutomatically?: boolean;
Property Value
boolean
Remarks
errorText
If provided, specifies the error text to display for the validation error.
errorText?: string;
Property Value
string