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
- EditorIpc.ts Line 37
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.