Skip to main content
Corvus Connection

Stream Deck: Set Title

StreamDeck
streamdeck.setTitleSets the title text on a Stream Deck key. Wire the trigger's 'context' into 'context' and the text into 'title'.Sets a key's title text from a string input.

Inputs

Name
Kind
Type
Flags
inExecexecmultiplexed
contextDataSystem.StringNone
titleDataSystem.StringNone

Outputs

Name
Kind
Type
Flags
outExecexecNone

Lowers to C#

await ctx.StreamDeck.SetTitleAsync(context, title);