Word.Interfaces.CustomXmlValidationErrorUpdateData interface
An interface for updating data on the CustomXmlValidationError object, for use in customXmlValidationError.set({ ... }).
Properties
| node | Gets the node associated with this |
Property Details
node
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the node associated with this CustomXmlValidationError object, if any exist. If no nodes exist, the property returns Nothing.
node?: Word.Interfaces.CustomXmlNodeUpdateData;