Skip to content

types.InputType

canisminor1990 edited this page Apr 8, 2023 · 1 revision

Interface: InputType

types.InputType

输入类型

Table of contents

Properties

Properties

BOOL

BOOL: [boolean, BoolProps]

Defined in

src/types/input.ts:45


FLOAT

FLOAT: [number, NumberProps<number>]

Defined in

src/types/input.ts:47


INT

INT: [number, NumberProps<number>]

Defined in

src/types/input.ts:46


STRING

STRING: [string, StringProps]

Defined in

src/types/input.ts:48