getGlobalSettings - mononok/FlightSims GitHub Wiki
var json = {
"event": "getGlobalSettings",
"context": opaqueValue
};
メンバー | 説明 |
---|---|
event | getGlobalSettings |
context | An opaque value identifying the plugin (inPluginUUID) or the Property Inspector (inPropertyInspectorUUID). This value is received during the Registration procedure. |
プラグインもPropertyInspectorも、非同期に didReceiveGlobalSettings イベントで結果を受け取る。
StreamDeck4.1から利用可能となる。