MCPcopy
hub / github.com/alibaba/lowcode-engine / activate

Method activate

packages/editor-core/src/hotkey.ts:343–343  ·  view source on GitHub ↗
(activate: boolean)

Source from the content-addressed store, hash-verified

341
342export interface IHotKey extends Omit<IPublicApiHotkey, 'bind' | 'callbacks'> {
343 activate(activate: boolean): void;
344}
345
346export class Hotkey implements IHotKey {

Callers 4

constructorMethod · 0.65
ContextClass · 0.65
initFunction · 0.65

Implementers 2

Hotkeypackages/editor-core/src/hotkey.ts
DocumentModelpackages/designer/src/document/documen

Calls

no outgoing calls

Tested by

no test coverage detected