SYMBOL INDEX (28 symbols across 4 files) FILE: main.ts constant ERRORS (line 8) | const ERRORS: { [key: string]: string } = { class TimestampPlugin (line 13) | class TimestampPlugin extends Plugin { method onload (line 19) | async onload() { method onunload (line 166) | async onunload() { method activateView (line 174) | async activateView(url: string, editor: Editor) { method loadSettings (line 220) | async loadSettings() { method saveSettings (line 231) | async saveSettings() { class SampleModal (line 236) | class SampleModal extends Modal { method constructor (line 239) | constructor(app: App, activateView: (url: string, editor: Editor) => v... method onOpen (line 245) | onOpen() { method onClose (line 262) | onClose() { FILE: settings.ts type TimestampPluginSettings (line 4) | interface TimestampPluginSettings { constant DEFAULT_SETTINGS (line 15) | const DEFAULT_SETTINGS: TimestampPluginSettings = { constant COLORS (line 26) | const COLORS = { 'blue': 'blue', 'red': 'red', 'green': 'green', 'yellow... constant TIMES (line 28) | const TIMES = { '5': '5', '10': '10', '15': '15', '20': '20', '25': '25'... class TimestampPluginSettingTab (line 30) | class TimestampPluginSettingTab extends PluginSettingTab { method constructor (line 33) | constructor(app: App, plugin: TimestampPlugin) { method display (line 38) | display(): void { FILE: view/VideoContainer.tsx type VideoContainerProps (line 7) | interface VideoContainerProps { FILE: view/VideoView.tsx type VideoViewProps (line 8) | interface VideoViewProps extends VideoContainerProps { constant VIDEO_VIEW (line 12) | const VIDEO_VIEW = "video-view"; class VideoView (line 13) | class VideoView extends ItemView { method constructor (line 17) | constructor(leaf: WorkspaceLeaf) { method getViewType (line 23) | getViewType() { method getDisplayText (line 27) | getDisplayText() { method getIcon (line 31) | getIcon(): string { method setEphemeralState (line 35) | setEphemeralState({ url, setupPlayer, setupError, saveTimeOnUnload, st... method onClose (line 51) | async onClose() {