latest
Input
Range Input

Returns a variable number

ID

662af3e510b6cb87640c92e6

Name

Range Input

Group

Input

Package

Input

Keywords

slider
number slider
numberSlider
range
input
number
/^-?\d*\.?\d+$/
/^-?\d+(\.\d+)?\s*<\s*-?\d+(\.\d+)?(\s*<\s*-?\d+(\.\d+)?\s*)?$/

Const

Input

Math

Creation method

There are three options for creating a Range Input node.

  • The first way to create a Range Input node is using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need or words associated with this node.
    • range , input , number
  • The second way is to select a Range Input node from the menu that opens from the top left.
    • Menu > Input > Range Input
  • The third way is to create a Range Input node using the search list, which is opened by double-clicking the left mouse button in the workspace. You can write the number you want, and the node will be created with that number and the interval associated with it.

Steps

  • Create a Range Input node.
  • Open the options at the bottom of the node, and replace the interval and step numbers you need.
  • Change the number with the slider and the node will return the number you need.
  • The number can also be changed using the keyboard up arrow and down arrow.
  • Another way to change the number, write the number from the interval in the input area.

See also

Number Const
Select
Text Area Input
Text Input
Boolean
Color Input

Outputs

NameTypeDescription
value
Number
The value

Config Ports

NameTypeDescriptionDefault Value
min
Number
The minimum possible value0
max
Number
The maximum possible value10
step
Number
The step0.1