activeNoteChanged
activeNoteChanged: {}
activeScreenChanged
activeScreenChanged: { activeScreen: Screen } apiLogMessages
apiLogMessages: { messages: string[]; noteId: string }
beforeNoteContextRemove
beforeNoteContextRemove: { ntxIds: string[] }
cloneNoteIdsTo
cloneNoteIdsTo: { noteIds: string[] }
contextsReopened
contextsReopened: {
afterNtxId?: string;
mainNtxId: string | null;
ntxId?: string;
tabPosition: number;
}
entitiesReloaded
entitiesReloaded: { loadResults: default } exportPng
exportPng: { ntxId: string | null | undefined }
exportSvg
exportSvg: { ntxId: string | null | undefined }
frocaReloaded
frocaReloaded: {}
geoMapCreateChildNote
geoMapCreateChildNote: { ntxId: string | null | undefined }
hoistedNoteChanged
hoistedNoteChanged: { noteId: string; ntxId: string | null }
initialRenderComplete
initialRenderComplete: {}
noteContextRemoved
noteContextRemoved: { ntxIds: string[] }
noteContextReorder
noteContextReorder: {
newMainNtxId: string;
ntxIdsInOrder: string[];
oldMainNtxId: string;
}
noteDetailRefreshed
noteDetailRefreshed: { ntxId?: string | null }
notesReloaded
notesReloaded: { noteIds: string[] }
noteTypeMimeChanged
noteTypeMimeChanged: { noteId: string }
openBulkActionsDialog
openBulkActionsDialog: { selectedOrActiveNoteIds: string[] }
protectedSessionStarted
protectedSessionStarted: {}
readOnlyTemporarilyDisabled
readOnlyTemporarilyDisabled: { noteContext: NoteContext } reEvaluateHighlightsListWidgetVisibility: { noteId: string | undefined }
reEvaluateTocWidgetVisibility: { noteId: string | undefined }
refreshData
refreshData: { ntxId: string | null | undefined }
refreshIncludedNote
refreshIncludedNote: { noteId: string }
refreshNoteList
refreshNoteList: { noteId: string }
relationMapCreateChildNote
relationMapCreateChildNote: { ntxId: string | null | undefined }
relationMapResetPanZoom
relationMapResetPanZoom: { ntxId: string | null | undefined }
relationMapResetZoomIn
relationMapResetZoomIn: { ntxId: string | null | undefined }
relationMapResetZoomOut
relationMapResetZoomOut: { ntxId: string | null | undefined }
searchRefreshed
searchRefreshed: { ntxId?: string | null }
showAddLinkDialog
showAddLinkDialog: { text: string; textTypeWidget: default } showHighlightsListWidget: { noteId: string }
showIncludeDialog
showIncludeDialog: { textTypeWidget: default } showSearchError
showSearchError: { error: string }
showTocWidget: { noteId: string }
tabReorder
tabReorder: { ntxIdsInOrder: string[] }
zenModeChanged
zenModeChanged: { isEnabled: boolean }
Triggered when the CommandMappings.setActiveScreen command is invoked.