# Interface: OnKeyEventCallbackParams

OnKeyEventCallbackParams()

# Properties

# code

code: string

同 Web 规范 KeyEvent code 属性

Returns: string


# key

key: string

同 Web 规范 KeyEvent key 属性

Returns: string


# timeStamp

timeStamp: number

事件触发时的时间戳

Returns: number