Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventDBBackup

Fires whenever the db.backup() function is called. Plugins will run BEFORE the BackupProvider writes the structured Backup to disk (or elsewhere).

Hierarchy

  • EventDBBackup

Index

Properties

Properties

backup

backup: Backup

The Backup object that will be written to the BackupProvider. Mutations here will effect what's written to the BackupProvider.

event

event: "EventDBBackup"

Generated using TypeDoc