SYMBOL INDEX (35 symbols across 8 files) FILE: examples/icon-animation/main.js function setOkIcon (line 15) | function setOkIcon() { function frame (line 19) | function frame() { function sleep (line 25) | function sleep(ms) { FILE: src/Menubar.ts class Menubar (line 16) | class Menubar extends EventEmitter { method constructor (line 26) | constructor(app: Electron.App, options?: Partial) { method app (line 48) | get app(): Electron.App { method positioner (line 56) | get positioner(): Positioner { method tray (line 69) | get tray(): Tray { method window (line 83) | get window(): BrowserWindow | undefined { method getOption (line 92) | getOption(key: K): Options[K] { method hideWindow (line 99) | hideWindow(): void { method setOption (line 119) | setOption(key: K, value: Options[K]): void { method showWindow (line 128) | async showWindow(trayPos?: Electron.Rectangle): Promise { method appReady (line 197) | private async appReady(): Promise { method clicked (line 249) | private async clicked( method createWindow (line 270) | private async createWindow(): Promise { method windowClear (line 322) | private windowClear(): void { FILE: src/__mocks__/electron.ts constant MOCK_APP_GETAPPPATH (line 3) | const MOCK_APP_GETAPPPATH = 'mock.app.getAppPath'; class BrowserWindow (line 13) | class BrowserWindow { method loadURL (line 14) | loadURL(): void { method on (line 18) | on(): void { method setVisibleOnAllWorkspaces (line 22) | setVisibleOnAllWorkspaces(): void { class Tray (line 27) | class Tray { method on (line 28) | on(): void { method setToolTip (line 32) | setToolTip(): void { FILE: src/index.ts function menubar (line 25) | function menubar(options?: Partial): Menubar { FILE: src/types.ts type Options (line 10) | interface Options { FILE: src/util/cleanOptions.spec.ts constant DEFAULT_OPTIONS (line 6) | const DEFAULT_OPTIONS = { FILE: src/util/cleanOptions.ts constant DEFAULT_WINDOW_HEIGHT (line 13) | const DEFAULT_WINDOW_HEIGHT = 400; constant DEFAULT_WINDOW_WIDTH (line 14) | const DEFAULT_WINDOW_WIDTH = 400; function cleanOptions (line 22) | function cleanOptions(opts?: Partial): Options { FILE: src/util/getWindowPosition.ts type TaskbarLocation (line 23) | type TaskbarLocation = 'top' | 'bottom' | 'left' | 'right'; function taskbarLocation (line 32) | function taskbarLocation(tray: Tray): TaskbarLocation { type WindowPosition (line 63) | type WindowPosition = function getWindowPosition (line 76) | function getWindowPosition(tray: Tray): WindowPosition {