You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param description: The new human-readable description for the app.
62
62
:type description: str, optional
63
63
64
-
:param embedded_queries: The new array of queries, such as external actions and state variables, that the app uses. If this field is set, all existing queries are replaced with the new queries under this field.
65
-
:type embedded_queries: [Query], optional
66
-
67
64
:param name: The new name of the app.
68
65
:type name: str, optional
69
66
67
+
:param queries: The new array of queries, such as external actions and state variables, that the app uses. If this field is set, all existing queries are replaced with the new queries under this field.
68
+
:type queries: [Query], optional
69
+
70
70
:param root_instance_name: The new name of the root component of the app. This must be a ``grid`` component that contains all other components.
0 commit comments