Back to Website
Show / Hide Table of Contents

Interface IRangeParams

A structure defining a range of values.

Package: @aurigma/design-editor-iframe
Examples
configuration = {
   widgets: {
       common: {
           fontSize: { max: 50, min: 5, step: 5 },
           tracking: { max: 100, min: -50, step: 25 },
           leading: { max: 50, min: 5, step: 5 }
       }
   }
};

Properties

max

Sets a min value of a range.

Declaration
max?: number;
Property Value
Type Description
number

Sets a min value of a range.

min

Sets a max value of a range.

Declaration
min?: number;
Property Value
Type Description
number

Sets a max value of a range.

step

The parameter changes by this step value.

Declaration
step?: number;
Property Value
Type Description
number

The parameter changes by this step value.

Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback