Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
342
export
interface
IHotKey extends Omit<IPublicApiHotkey,
'bind'
|
'callbacks'
> {
343
activate(activate: boolean): void;
344
}
345
346
export
class
Hotkey implements IHotKey {
Callers
4
constructor
Method · 0.65
Context
Class · 0.65
init
Function · 0.65
document-model.test.ts
File · 0.65
Implementers
2
Hotkey
packages/editor-core/src/hotkey.ts
DocumentModel
packages/designer/src/document/documen
Calls
no outgoing calls
Tested by
no test coverage detected