DescriptionDescription
This event is triggered when dragging ends.
ArgumentsArguments
| Argument | Type | Description |
| event | object | Original event object |
ExampleExample
JS
Grid settings – JS field
wpgb.lightbox.on( 'dragEnd', function( event ) {
console.log( 'dragEnd', event );
} );