EditorIpc Interface

Interface called from frontend EditTools to start and drive the active EditCommand on the backend.

Properties

Name Type Description
callMethod (name: string, ...args: any[]) => Promise<any> Call a method on the currently active EditCommand and return its value.  
startCommand (commandId: string, iModelKey: string, ...args: any[]) => Promise<any> Start a new instance of an EditCommand on the backend, and then call its onStart method.  

Defined in

Last Updated: 07 May, 2024