ProtoTwin API
    Preparing search index...

    Function Slider

    • Property decorator that specifies that the property should use the slider editor.

      Parameters

      • min: number

        The minimum value.

      • max: number

        The maximum value.

      • steps: number

        The number of steps.

      Returns PropertyDecorator

      The property decorator instance.