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

    Function Boolean

    • Declares a prop that can hold a boolean value.

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

      Type Parameters

      • O extends TypeOptions<HelioBoolean>

      Parameters

      • options: O

      Returns PropDef<HelioBoolean, O>

      {
      showValue: types.Boolean({
      label: 'Show Value',
      defaultValue: true,
      })
      }