export const EXTENSION_ELEMENT = { CONTENT: 'content' } export const EXTENSION_PROVIDER = { TASK_INFO: 'org.xmind.ui.taskInfo', AUDIO_NOTES: 'org.xmind.ui.audionotes', UNBALANCED_MAP: 'org.xmind.ui.map.unbalanced', SPREAD_SHEET: 'org.xmind.ui.spreadsheet' } export const EXTENSION_EVENT = { ADD_RESOURCE_REF: 'addResourceRef', REMOVE_RESOURCE_REF: 'removeResourceRef' }