Scene Item Hidden
- Alert key:
slobs-sceneItemHidden - Source: Streamlabs Desktop
Default message template
SLOBS scene item {{item}} became hidden
Template variables
Use any of these in alert text, TTS, or chat templates. The same names appear under data.extraSettings.* when you subscribe via Overlay.on('alert').
| Template variable | Overlay payload field | Description |
|---|---|---|
{{item}} | data.extraSettings.item | No description available yet. |
Example payloads
Each scenario below mirrors what Lumia emits in Overlay.on('alert', (data) => …).
Scene Hidden
{
"alert": "slobs-sceneItemHidden",
"dynamic": {
"value": "Lumia Scene"
},
"extraSettings": {
"item": "Lumia Scene"
}
}
Variation conditions
Dimensions you can branch on when configuring alert variations:
RANDOMEQUAL_STRING- Scene item is equal toEQUAL_VARIABLE
Related
- Alert Explorer - live preview of every alert
- Overlay Type Definitions - full
AlertEventTypeScript type