Skip to content

Interface: NumberElement

A single numeric element (defNumber / oneNumber).

Properties

format?

optional format?: string


kind

kind: "number"


label?

optional label?: string | null


max?

optional max?: number | null


min?

optional min?: number | null


name

name: string


step?

optional step?: number | null


value

value: number