Set Title
Modify the title of a Stream Deck key or dial
Preview
Explore the full Stream Deck Plugin Documentation
Parameters
Button IDrequired
Text
- If you give multiple buttons the same ID, all will be modified simultaneously
- You can utilize
%variables%
here to dynamically modify certain buttons
Title
Text
The new value to use as the button title
State
Number
default:
0
- By default, all sub-actions will modify the first button state,
0
- For example, to modify the 2nd state of an Action Switch, set
State
to1
C# Usage
public void StreamDeckSetTitle(string buttonId, string title, int state)
public void StreamDeckSetTitle(string buttonId, string title)