callMethod

callMethod: (name: string, ...args: any[]) => Promise<any>

Call a method on the currently active EditCommand and return its value.

@note throws an exception if there is no active EditCommand, or if the active EditCommand does not implement the supplied method.

Defined in

Last Updated: 21 November, 2024