Declares a prop that can hold an DynamicProperty value.
DynamicProperty values are dynamic properties that can produce values that change over time. Examples include Data Variables or Translatable Text.
props.DynamicProperty({ label: 'Value', valueType: 'PrimitiveValue', defaultValue: dynamicProperties.DataVariable(), optional: false,}) Copy
props.DynamicProperty({ label: 'Value', valueType: 'PrimitiveValue', defaultValue: dynamicProperties.DataVariable(), optional: false,})
Declares a prop that can hold an DynamicProperty value.
DynamicProperty values are dynamic properties that can produce values that change over time. Examples include Data Variables or Translatable Text.