weasel API - v0.8.0
Preparing search index...
UseResizePolicyOptions
Interface UseResizePolicyOptions<TPose>
interface
UseResizePolicyOptions
<
TPose
>
{
constraints
?:
TPose
extends
ResizePose
?
BoundsConstraint
<
TPose
>
[]
:
never
[]
;
expandIds
?:
(
ids
:
string
[]
)
=>
string
[]
;
pointSnap
?:
TPose
extends
ResizePose
?
PointSnapBehavior
<
TPose
>
[]
:
never
[]
;
projection
?:
PoseProjection
<
TPose
>
;
}
Type Parameters
TPose
Index
Properties
constraints?
expand
Ids?
point
Snap?
projection?
Properties
Optional
constraints
constraints
?:
TPose
extends
ResizePose
?
BoundsConstraint
<
TPose
>
[]
:
never
[]
Optional
expand
Ids
expandIds
?:
(
ids
:
string
[]
)
=>
string
[]
Optional
point
Snap
pointSnap
?:
TPose
extends
ResizePose
?
PointSnapBehavior
<
TPose
>
[]
:
never
[]
Optional
projection
projection
?:
PoseProjection
<
TPose
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
constraints
expand
Ids
point
Snap
projection
weasel API - v0.8.0
Loading...