Constraints to be applied on webPath

Remarks

Since 3.3.0

interface WebPathConstraints {
    size?: Size | RelativeSize;
}

Properties

Properties

size?: Size | RelativeSize

Define how large the generated values should be (at max)

Remarks

Since 3.3.0