Skip to main content
Module

x/deno_streamdeck/mod.ts>AppDeck#setKeyData

🦕 Deno library for Stream Deck
Go to Latest
method AppDeck.prototype.setKeyData
import { AppDeck } from "https://deno.land/x/deno_streamdeck@v0.5.0/mod.ts";

Set an individual Stream Deck key image

Parameters

key: number
  • zero-based key index
optional
data: Uint8Array = [UNSUPPORTED]
  • raw 32-bit RGBA image data
optional
id: symbol | null = [UNSUPPORTED]
  • unique ID to avoid rewriting the same data