A node property represents either a node socket or widgets in the Properties Panel.
An RGBA Image object which is a container for a numpy array, or a binding to another node
Image()
- Yellow
- FilePicker
Four integers in a tuple representing an RGBA value
(255, 255, 255, 255)
- Green
- ColorPicker
A float value
12.0
- Grey
- NumberField (or another widget?)
Can convert between float and int inexplicitly/automatically, with some data loss obviously.
A positive integer value
12
- Grey
- NumberField
A text value
"hello there!"
- Blue
- TextCtrl
Two integers/floats
(120, 255)
- Purple
- Mutiple NumberFields
Three integers/floats
(120, 255, 453)
- Purple
- Mutiple NumberFields