@hmiproject/helio-sdk
    Preparing search index...

    Function DynamicProperty

    • 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.

      Type Parameters

      • O extends DynamicPropertyTypeOptions<HelioDynamicProperty>

      Parameters

      • options: O

      Returns PropDef<HelioDynamicProperty, O>

      props.DynamicProperty({
      label: 'Value',
      valueType: 'PrimitiveValue',
      defaultValue: dynamicProperties.DataVariable(),
      optional: false,
      })