Skip to content

types.NumberProps

canisminor1990 edited this page Apr 8, 2023 · 1 revision

Interface: NumberProps<A>

types.NumberProps

数字类型参数属性

Property

默认值

Property

最小值

Property

最大值

Property

是否可随机

Type parameters

Name
A

Table of contents

Properties

Properties

default

Optional default: A

Defined in

src/types/input.ts:11


max

Optional max: A

Defined in

src/types/input.ts:13


min

Optional min: A

Defined in

src/types/input.ts:12


randomizable

Optional randomizable: boolean

Defined in

src/types/input.ts:14