We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27466ab commit 02eaab2Copy full SHA for 02eaab2
services/dynamic-scheduler/src/simcore_service_dynamic_scheduler/api/frontend/_common/stack.py
@@ -10,6 +10,11 @@
10
11
12
class UpdatableComponentStack(DisplayaMixin, ParentMixin, Generic[M]):
13
+ """
14
+ Renders `BaseUpdatableComponent` models via the provided `BaseUpdatableDisplayModel`
15
+ Appends new elements to the parent container.
16
17
+
18
def __init__(self, component: type[BaseUpdatableComponent]) -> None:
19
super().__init__()
20
self.component = component
0 commit comments