EditorCommandExecutorDelegate
public protocol EditorCommandExecutorDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func willExecuteCommand(_ command: EditorCommand, on editor: EditorView)
-
Undocumented
Declaration
Swift
func didExecuteCommand(_ command: EditorCommand, on editor: EditorView)