Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Switch Interpretation to Apply Many Interpretations In Each Branch #48

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

zprobst
Copy link
Contributor

@zprobst zprobst commented Jul 16, 2023

Closes #4

@zprobst zprobst requested a review from ccloes as a code owner July 16, 2023 03:32
@@ -50,5 +50,5 @@ The switch interpretation allows you to define multiple interpretations that wil
| Parameter Name | Required? | Type | Description |
|---------------- |----------- |------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| switch_on | Yes | ValueProvider | The value provider that will be evaluated for each source node. The value of the value provider will be used to determine which interpretation to apply. |
| interpretations | Yes | Dictionary | Contains the interpretations that will be applied. The keys represent the values of the `switch_on` parameter. The values represent the interpretations that will be applied. |
| interpretations | Yes | Dictionary | Contains the interpretations that will be applied. The keys represent the values of the `switch_on` parameter. The values represent the interpretations that will be applied. Each value may also be a list of interpretations. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love me some documentation updates...

@zprobst zprobst merged commit 39d5806 into main Aug 2, 2023
2 checks passed
@zprobst zprobst deleted the feature/multi-interpretation-switch branch August 2, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REQUEST] Allow Switch Interpretation to Apply Many Interpretations In Each Branch
2 participants