Home > SYS_ShortcutKey > getAll
SYS_ShortcutKey.getAll() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
获取所有快捷键数据
Signature
typescript
public getAll(): Record<string, ISYS_ShortcutKeyDataWithUserDefinedShortcutKey>;1
Returns
Record<string, ISYS_ShortcutKeyDataWithUserDefinedShortcutKey>
获取到的快捷键数据
Remarks
本接口将会获取本扩展的所有快捷键数据
本接口无法获取系统快捷键数据
注意:本接口仅扩展有效,在独立脚本环境内调用将始终 throw Error ADD since EDA v4.2