MCPcopy
hub / github.com/handsontable/handsontable / getContext

Method getContext

handsontable/src/shortcuts/manager.ts:31–31  ·  view source on GitHub ↗
(contextName: string)

Source from the content-addressed store, hash-verified

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;

Callers 15

EditorComponentFunction · 0.80
ExampleComponentFunction · 0.80
ExampleComponentFunction · 0.80
ngAfterViewInitMethod · 0.80
ngOnDestroyMethod · 0.80
example1.jsFile · 0.80
focusGridScopeFunction · 0.80
registerShortcutsFunction · 0.80
space.spec.jsFile · 0.80
enter.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected