resolveDocumentDropEdit

Optional method which fills in the DocumentDropEdit.additionalEdit before the edit is applied.

This is called once per edit and should be used if generating the complete edit may take a long time. Resolve can only be used to change DocumentDropEdit.additionalEdit.

Parameters

edit

The DocumentDropEdit to resolve.

token

A cancellation token.