(contextName: string)
| 29 | addContext(contextName: string, scope?: string): Context; |
| 30 | getActiveContextName(): string; |
| 31 | getContext(contextName: string): Context | undefined; |
| 32 | getOrCreateContext(contextName: string, scope?: string): Context; |
| 33 | setActiveContextName(contextName: string): void; |
| 34 | hasEventShortcut(contextName: string, event: KeyboardEvent): boolean; |
no outgoing calls
no test coverage detected