Widget ConfigControls
#562
Labels
🔨 enhancement
New feature or request
🎩 telestion-client-common
Everything related to the telestion-client-common.
Milestone
We already have the types for our abstraction layer for widget-specific configuration. Especially for the current development in the Daedalus 2 project, it would be great if we could add its implementation soon. 😃
For the types, please see
telestion-client/packages/telestion-client-types/src/widgets/widget.ts
Line 194 in 28a85e8
Within the documentation of the types, there's even a small example of what we thought about how they should be used:
I genuinely believe that this is the right amount of abstraction for implementing widget-specific configuration since it allows widget developers to easily add dynamically configurable properties to their widgets without sacrificing the depth of configuration options (after all, any
JSONSerializable
configuration can be passed toonUpdate
).The text was updated successfully, but these errors were encountered: