@serenity-is/sleekgrid / RowMoveManager
Class: RowMoveManager
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new RowMoveManager(options?): RowMoveManager
Parameters
| Name | Type |
|---|---|
options? |
RowMoveManagerOptions |
Returns
Defined in
Properties
onBeforeMoveRows
• onBeforeMoveRows: EventEmitter<ArgsMoveRows, IEventData>
Defined in
onMoveRows
• onMoveRows: EventEmitter<ArgsMoveRows, IEventData>
Defined in
defaults
▪ Static Readonly defaults: RowMoveManagerOptions
Defined in
Methods
destroy
▸ destroy(): void
Returns
void
Implementation of
Defined in
init
▸ init(grid): void
Parameters
| Name | Type |
|---|---|
grid |
Grid<any> |
Returns
void