weasel API - v0.8.0
Preparing search index...
AlignAdapter
Interface AlignAdapter<TPose>
Adapter for
useAlign
.
interface
AlignAdapter
<
TPose
>
{
applyOps
?
(
ops
:
Op
[]
,
label
?:
string
)
:
void
;
getPose
(
id
:
NodeId
)
:
TPose
;
getSelection
()
:
NodeId
[]
;
}
Type Parameters
TPose
Index
Methods
apply
Ops?
get
Pose
get
Selection
Methods
Optional
apply
Ops
applyOps
?
(
ops
:
Op
[]
,
label
?:
string
)
:
void
Parameters
ops
:
Op
[]
Optional
label
:
string
Returns
void
get
Pose
getPose
(
id
:
NodeId
)
:
TPose
Parameters
id
:
NodeId
Returns
TPose
get
Selection
getSelection
()
:
NodeId
[]
Returns
NodeId
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
apply
Ops
get
Pose
get
Selection
weasel API - v0.8.0
Loading...
Adapter for
useAlign.