backupId property

String? get backupId

The id of the backup to restore the document from or undefined if there is no backup.

If this is provided, your extension should restore the editor from the backup instead of reading the file from the user's workspace.

Implementation

_i2.String? get backupId => _i5.getProperty(
      this,
      'backupId',
    );