Free and Open source Web Builder Framework. Next generation tool for building templates without coding
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1.4 KiB

PropertyNumber

Extends Property

Properties

getUnits

Get property units.

Returns Array<String>

getUnit

Get property unit value.

Returns String

getMin

Get min value.

Returns Number

getMax

Get max value.

Returns Number

getStep

Get step value.

Returns Number

upUnit

Update property unit value. The change is also propagated to the selected targets.

Parameters

  • unit String New unit value

  • opts Object Options (optional, default {})

    • opts.noTarget Boolean If true the change won't be propagated to selected targets. (optional, default false)

Returns String