CapacityConfig interface

The capacity configuration.

Properties

allowedValues

The array of allowed values for capacity.

default

The default capacity.

maximum

The maximum capacity.

minimum

The minimum capacity.

step

The minimal incremental between allowed values for capacity.

Property Details

allowedValues

The array of allowed values for capacity.

allowedValues?: number[]

Property Value

number[]

default

The default capacity.

default?: number

Property Value

number

maximum

The maximum capacity.

maximum?: number

Property Value

number

minimum

The minimum capacity.

minimum?: number

Property Value

number

step

The minimal incremental between allowed values for capacity.

step?: number

Property Value

number