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
The VtkRemoteLocalView component is a blend of `VtkLocalView` and `VtkRemoteView` where the user can choose dynamically which mode they want to be in.
251
-
When instantiating a `VtkRemoteLocalView` several variables and triggers will be created for you to more easily control your view.
250
+
The VtkRemoteLocalView component is a blend of ``VtkLocalView`` and ``VtkRemoteView`` where the user can choose dynamically which mode they want to be in.
251
+
When instantiating a ``VtkRemoteLocalView`` several variables and triggers will be created for you to more easily control your view.
The mode is driven by the variable `{namespace}Mode` but can be provided when instantiated so the default can be overridden and a JavaScript expression can be used instead of the default variable. This attribute behaves the same way as any trame one except, we won't register the left side as a state entry since we already have one under `{namespace}Mode`. This means we will evaluate the left side of the expression assuming a tuple is provided and the right side of the tuple is used to set its initial value.
315
+
The mode is driven by the variable ``{namespace}Mode`` but can be provided when instantiated so the default can be overridden and a JavaScript expression can be used instead of the default variable. This attribute behaves the same way as any trame one except, we won't register the left side as a state entry since we already have one under ``{namespace}Mode``. This means we will evaluate the left side of the expression assuming a tuple is provided and the right side of the tuple is used to set its initial value.
0 commit comments