With the latest SDK, none of the examples show how to implement onDidReceiveSettings or onDidReceiveGlobalSettings within the property inspector. #182
Replies: 1 comment
-
|
Hi @robbie78669! Our property inspector settings are going to through a bit of a transition period at the moment. We are actively working on a new component library that should simplify this process in the future. This also means that AI tools are not going to work very well yet, as they are working with an outdated dataset. For now, we are recommending you use SDPI Components. These are drop in web components that handle all the communication required to store settings in the property inspector. You can see some examples in the samples repository. Here is a simple example of the property inspector in one of these samples. For global settings, you can add the Hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have been developing StreamDeck plugins for the live events business for years, supporting various products. However, I am now trying to port these plugins to the new SDK, which requires the use of pi settings and global settings to synchronize data between the browser and the plugin. However, there are no examples in the SDK.
The action does, but that is still on the plugin side. Are there any examples that demonstrate how to use settings in the Property Inspector?
I have tried many things and never had an issue before, but the SDK has made this more difficult. I even tried using Sixth AI code generator, and it couldn't figure it out correctly either..
Beta Was this translation helpful? Give feedback.
All reactions