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

    Function Number

    • Declares a prop that can hold a numeric value.

      Note that this value cannot be dynamic. If you want a dynamic value, use a DynamicProperty.

      Type Parameters

      • O extends TypeOptions<HelioNumber>

      Parameters

      • options: O

      Returns PropDef<HelioNumber, O>

      {
      numberOfTicks: props.Number({
      label: 'Number of Ticks',
      defaultValue: 5,
      })
      }