-
Notifications
You must be signed in to change notification settings - Fork 0
getSettings
kori mononok edited this page Nov 2, 2020
·
1 revision
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から利用可能となる。
有志の皆様に感謝.