ElShortcutHandler typedef

ElShortcutHandler = bool Function()

快捷键处理,如果返回 true,那么将阻止快捷键冒泡

Implementation

typedef ElShortcutHandler = bool Function();