Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/youzan/vant-weapp
/ InputDetails
Interface
InputDetails
packages/field/types.ts:1–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
InputDetails {
2
/** 输入框内容 */
3
value: string;
4
/** 光标位置 */
5
cursor?: number;
6
/** keyCode 为键值 (目前工具还不支持返回keyCode参数) `2.1.0` 起支持 */
7
keyCode?: number;
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected