Skip to content

getSettings

kori mononok edited this page Nov 2, 2020 · 1 revision

action instanceの固有データを読み出す。

var json = {
    "event": "getSettings",
    "context": opaqueValue
};

メンバー

メンバー 説明
event didReceiveSettings
context An opaque value identifying the instance’s action or Property Inspector.
PropertyInspectorでは、connectElgatoStreamDeckSocket関数のパラメータとして受け取る。
payload jsonオブジェクト

プラグインもPropertyInspectorも、非同期に didReceiveSettings イベントで結果を受け取る。


StreamDeck4.1から利用可能となる。