SYMBOL INDEX (96 symbols across 44 files) FILE: misc/window/components/ControlButton.tsx type IControlButtonProps (line 4) | interface IControlButtonProps { FILE: misc/window/components/Titlebar.tsx type Props (line 21) | type Props = { function handleClickOutside (line 53) | function handleClickOutside(event: MouseEvent) { function showMenu (line 76) | function showMenu(index: number, e: React.MouseEvent) { function onMenuHover (line 91) | function onMenuHover(index: number) { function closeActiveMenu (line 104) | function closeActiveMenu() { function handleAction (line 112) | function handleAction(action?: string, value?: string | number) { FILE: misc/window/components/WindowControls.tsx type Props (line 19) | type Props = { FILE: misc/window/components/WindowFrame.tsx type Props (line 17) | type Props = { type Context (line 24) | type Context = { FILE: misc/window/titlebarContext.ts method exit (line 16) | exit() { method undo (line 19) | undo() { method redo (line 22) | redo() { method cut (line 25) | cut() { method copy (line 28) | copy() { method paste (line 31) | paste() { method delete (line 34) | delete() { method select_all (line 37) | select_all() { method reload (line 40) | reload() { method force_reload (line 43) | force_reload() { method toggle_devtools (line 46) | toggle_devtools() { method actual_size (line 49) | actual_size() { method zoom_in (line 52) | zoom_in() { method zoom_out (line 55) | zoom_out() { method toggle_fullscreen (line 58) | toggle_fullscreen() { method minimize (line 61) | minimize() { method toggle_maximize (line 64) | toggle_maximize() { method open_url (line 67) | open_url(url: string) { type TitlebarContextApi (line 72) | type TitlebarContextApi = typeof titlebarContext; FILE: misc/window/titlebarMenus.ts type TitlebarMenuItem (line 13) | type TitlebarMenuItem = { type TitlebarMenu (line 21) | type TitlebarMenu = { FILE: src/common/helpers.ts function inDev (line 4) | function inDev(): boolean { FILE: src/common/keybindings.ts constant DEFAULT_KEYBINDINGS (line 3) | const DEFAULT_KEYBINDINGS: Array = [ constant CUSTOM_KEYBINDINGS (line 427) | const CUSTOM_KEYBINDINGS: Array = [ constant ML_KEYBINDINGS (line 475) | const ML_KEYBINDINGS = [DEFAULT_KEYBINDINGS, CUSTOM_KEYBINDINGS].flat() FILE: src/common/locals/ar.ts constant AR_TRANSLATION (line 1) | const AR_TRANSLATION = { FILE: src/common/locals/en.ts constant EN_TRANSLATION (line 1) | const EN_TRANSLATION = { FILE: src/common/locals/es.ts constant ES_TRANSLATION (line 1) | const ES_TRANSLATION = { FILE: src/common/locals/fr.ts constant FR_TRANSLATION (line 1) | const FR_TRANSLATION = { FILE: src/common/locals/he.ts constant HE_TRANSLATION (line 1) | const HE_TRANSLATION = { FILE: src/common/locals/hi.ts constant HI_TRANSLATION (line 1) | const HI_TRANSLATION = { FILE: src/common/locals/ru.ts constant RU_TRANSLATION (line 1) | const RU_TRANSLATION = { FILE: src/common/locals/zh.ts constant ZH_TRANSLATION (line 2) | const ZH_TRANSLATION = { FILE: src/common/shortcuts.ts constant ML_SHORTCUTS (line 3) | const ML_SHORTCUTS: Record = { FILE: src/main/appWindow.ts function createAppWindow (line 19) | function createAppWindow(): BrowserWindow { function buildTree (line 136) | function buildTree(dir: string, root: any) { function getAllGroups (line 209) | function getAllGroups() { function removeDups (line 249) | function removeDups(arr: any[]) { function getAllBlocks (line 281) | function getAllBlocks() { function registerMainIPC (line 321) | function registerMainIPC() { FILE: src/renderer/common/types.ts type WidgetType (line 5) | enum WidgetType { type canvasProps (line 15) | type canvasProps = { type ValueProps (line 21) | type ValueProps = { type BlockState (line 26) | type BlockState = { type FileStructure (line 31) | type FileStructure = { type BlockElement (line 37) | type BlockElement = { type newWidgetRequest (line 42) | type newWidgetRequest = { type PageGridState (line 46) | type PageGridState = { FILE: src/renderer/components/CommandBar/CommandBar.tsx function CommandBar (line 17) | function CommandBar() { FILE: src/renderer/components/FilesSidebar/FileSystem.tsx type receivedProps (line 30) | type receivedProps = { filesPath: string; root: SetStateAction unknown) { FILE: src/renderer/hooks/useDialog.tsx function useDialog (line 5) | function useDialog( FILE: src/renderer/hooks/useFileSaveLoad.tsx function useFileSaveLoad (line 11) | function useFileSaveLoad( FILE: src/renderer/hooks/useSettings.tsx function useSettings (line 3) | function useSettings() { FILE: src/typings/index.d.ts type CustomElement (line 9) | type CustomElement = Partial>; type IntrinsicElements (line 13) | interface IntrinsicElements { FILE: tools/webpack/webpack.helpers.js function inDev (line 5) | function inDev() { function createWebpackAliases (line 9) | function createWebpackAliases (aliases) {