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.
Get all Shortcut key data
Signature
typescript
function getAll(): Record<string, ISYS_ShortcutKeyDataWithUserDefinedShortcutKey>;1
Returns
Record<string, ISYS_ShortcutKeyDataWithUserDefinedShortcutKey>
The obtained shortcut key data
Remarks
This API will get all shortcut key data of this extension
This API cannot get system shortcut key data
Note: This API is only valid for extensions. Calling it in a standalone script environment will always throw Error ADD since EDA v4.2