schema.binargs.clamped.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > BinArgs > clamped
BinArgs.clamped property
If true, values outside of the min/max boundaries will be clamped to those boundaries rather than +/-Infinity.
Signature:
clamped?: boolean;