IStreamDeckApi
Interface
Members
4
SetImageAsync
method
Sets the key image from a base64-encoded data URI (e.g. data:image/png;base64,…). A blank context or image no-ops.Task SetImageAsync(string context, string image, CancellationToken cancellationToken = default)SetStateAsync
method
Sets the state index of a multi-state action on the targeted key.Task SetStateAsync(string context, int state, CancellationToken cancellationToken = default)SetTitleAsync
method
Sets the title text shown on the targeted key. A blank context no-ops.Task SetTitleAsync(string context, string title, CancellationToken cancellationToken = default)ShowOkAsync
method
Flashes the green "OK" confirmation checkmark on the targeted key.Task ShowOkAsync(string context, CancellationToken cancellationToken = default)
