Skip to main content

Slots

NodeAliasesAccepted ValuesDescription
slotslots(List) Int / StringSpecify display slots
Relative Slots

Note that all slots involved in Invero configuration are calculated relative to the current panel
Not the slots of the entire container

Numeric Slots

slots: 0
slots:
- 0
- 1
- 2
slots:
- 2..15
- 1~10

Coordinate Slots

slots:
- 0,2
- 0,4
- 0x1
- 0x8

, and x have the same function here, separating X/Y
X and Y correspond to horizontal and vertical coordinates respectively

Separators

For string slots, you can also use ; to separate writing For example:

slots: '0;1;2'
slots: '0..8 ; 9 ; 10 ; 3x6'