eLabSDK2.Inventory.Sample.DomainEvents.SampleEvents
Hierarchy
-
unknown↳
SampleEvents
Methods
onAfterSamplesMove
Static onAfterSamplesMove(cb): void
Called after a sample is moved and allows you to inspect the result from the call to the server.
Parameters
| Name | Type | Description |
|---|---|---|
cb | afterSampleMovedCallback | The callback to add |
Returns
void
onBeforeSamplesMove
Static onBeforeSamplesMove(cb): void
Called before a sample is moved and allows you to modify the samples that are being moved.
Parameters
| Name | Type | Description |
|---|---|---|
cb | beforeSampleMovedCallback | The callback to add |
Returns
void
removeAfterSamplesMove
Static removeAfterSamplesMove(cb): void
Remove a afterSamplesMoved callback
Parameters
| Name | Type | Description |
|---|---|---|
cb | afterSampleMovedCallback | The callback to remove |
Returns
void
removeBeforeSamplesMove
Static removeBeforeSamplesMove(cb): void
Remove a beforeSamplesMoved callback
Parameters
| Name | Type | Description |
|---|---|---|
cb | beforeSampleMovedCallback | The callback to remove |
Returns
void
© 2023 eLabNext
Updated about 2 months ago