document property

TextDocument? get document

The document of the cell or undefined when it did not change.

Note that you should use the {@link workspace.onDidChangeTextDocumentonDidChangeTextDocument}-event for detailed change information, like what edits have been performed.

Implementation

_i3.TextDocument? get document => _i5.getProperty(
      this,
      'document',
    );