Skip to content

setBoundVariableForEffect

Helper function to bind a variable to an Effect.If null is provided as the variable, the given field will be unbound from any variables.

Signature

typescript
setBoundVariableForEffect(effect: Effect, field: VariableBindableEffectField, variable: Variable | null): Effect