slime2 Logo

slime2 docs

slime2 forumsslime2 forums (opens in a new tab)
  • Welcome!
    • Starter Template
    • Event Listeners
    • StreamElements Migration
    • Widget Functions
    • Event Functions
    • Helper Functions
  • Reference
  • Twitch Events
    • Message
    • Remove Message
    • Clear Messages
    • Remove User
  • Widget Settings
    • Group
    • Button
    • Text Display
    • Image Display
    • Basic Inputs
    • Text Input
    • Number Input
    • Boolean Input
    • Inputs with Options
    • Dropdown Input
    • Select Input
    • Media Inputs
    • Image Input
    • Video Input
    • Audio Input
    • Other Inputs
    • Color Input
    • Font Input
Have questions? Ask in the forums 🔗 (opens in a new tab)
Twitch Events

Twitch Logo Twitch Events

slime2 currently supports the following Twitch events, sending the relating event data to the event handler passed into slime2.onEvent().

✉️ Message❌ Remove Message🗑️ Clear Messages🚫 Remove User

Every Twitch event has a type for the message type and a source set to 'twitch'.

Only the Message event is a renderable event for managed mode. Other events won't display anything if a DocumentFragment (opens in a new tab) is returned.

Helper FunctionsMessage

slime2 docs