const apis = { eventCenter: ['on', 'off', 'once'], editor: [ 'getState', 'getMarkdown', 'undo', 'redo', 'search', 'find', 'replace', 'setContent', 'focus', 'selectAll', ], May I ask how to extend the API? In addition to the ones already provided below, I would like to extend the insertion
May I ask how to extend the API? In addition to the ones already provided below, I would like to extend the insertion