Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1013 Bytes

File metadata and controls

62 lines (33 loc) · 1013 Bytes

solid-knobs / ValueInputProps

Interface: ValueInputProps

Hierarchy

  • Omit<JSX.InputHTMLAttributes<HTMLInputElement>, "onChange" | "value">

    ValueInputProps

Table of contents

Methods

Properties

Methods

onChange

onChange(value): void

Called when the value is changed by the user.

Parameters

Name Type
value number

Returns

void

Properties

range

range: Range

The range of the value.

Defined in

ValueInput.tsx:16


value

value: number

The un-normalised value.

Defined in

ValueInput.tsx:21