EditCommandIpc Interface @beta

Interface implemented by all backend EditCommands.

Properties

Name Type Description
abandonChanges () => Promise<void> Abandon pending changes on this command's transaction.  
ping () => Promise<[propName: string]: any> Identify the current EditCommand's name and version, optionally returning additional properties that describe its state.  
saveChanges (description?: string) => Promise<void> Save pending changes on this command's transaction.  

Defined in

Last Updated: 07 May, 2026