weasel API - v0.8.0
Preparing search index...
ZoomClampOpts
Interface ZoomClampOpts
Optional clamp bounds for
zoomAt
. Defaults: min=0.1, max=8 (per axis).
interface
ZoomClampOpts
{
max
?:
ZoomBound
;
min
?:
ZoomBound
;
}
Index
Properties
max?
min?
Properties
Optional
max
max
?:
ZoomBound
Optional
min
min
?:
ZoomBound
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
min
weasel API - v0.8.0
Loading...
Optional clamp bounds for
zoomAt. Defaults: min=0.1, max=8 (per axis).