Skip to main content

Set Component Param Value

Category: Pr Tracks & Clips Set Component Param Value block screenshot

Sets the current value of a component parameter. Use onError to decide whether errors stop the script, continue, or return false when the block supports it. If storeResultIn is set, the block also writes a result variable back to your graph.

Inputs

InputRequiredValue KindTypesEnum Values
paramyesexpression
valueyesexpression
onErrornoexpressionenum-stringSTOP, CONTINUE, RETURN_FALSE
storeResultInnovariable-name

Notes

No additional notes are available yet.

See Also

  • Premiere Reference Paths: Explains Premiere reference path strings for project items, sequences, tracks, timeline items, markers, components, and parameters.

Examples

Set One Component Parameter

Resolves a component and parameter, then writes a new value.

kind: Pattern · format: runtime-dsl · validation: MCP fixture

Topics: effects and component parameters

Source: patterns/ex-component-param-set-opacity.json

Download JSON