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から利用可能となる。

⚠️ **GitHub.com Fallback** ⚠️