Trevixal API
Preparing search index...
@trevixal/core
PositionMapper
Interface PositionMapper
Maps positions from before a change to after it.
interface
PositionMapper
{
mapPosition
(
position
:
Position
,
bias
?:
Bias
)
:
Position
;
}
Implemented by
Step
Transaction
Index
Methods
map
Position
Methods
map
Position
mapPosition
(
position
:
Position
,
bias
?:
Bias
)
:
Position
Parameters
position
:
Position
Optional
bias
:
Bias
Returns
Position
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
map
Position
Trevixal API
Loading...
Maps positions from before a change to after it.