Gets the field value to compare the current value to. Only valid when the document editor mode is DocumentEditorMode.Compare.
A promise that resolves with the compare value, or null when the document editor mode is not DocumentEditorMode.Compare.
Gets field values to compare the current values to. Only valid when the document editor mode is DocumentEditorMode.Compare.
The path is a string array pointing to the field or a nested subfield within the current document. For the multiple values fields, use zero-based indices to access specific values.
A promise that resolves with the field compare value, or null when the document editor mode is not DocumentEditorMode.Compare.
Gets the current field value.
A promise that resolves with the current field value.
Gets the current document field value.
The path is a string array pointing to the field or a nested subfield within the current document. For the multiple values fields, use zero-based indices to access specific values.
A promise that resolves with the field value.
Set the height of the surrounding iframe.
the number of pixels or 'auto' for automatic height detection or 'initial' for initial height from the config
Updates current field value.
the new field value
API to access information about and communicate with the current document field.
13.2