-
Notifications
You must be signed in to change notification settings - Fork 18
types.InputType
canisminor1990 edited this page Apr 8, 2023
·
1 revision
types.InputType
输入类型
• BOOL: [boolean
, BoolProps
]
• FLOAT: [number
, NumberProps
<number
>]
• INT: [number
, NumberProps
<number
>]
• STRING: [string
, StringProps
]