API / geotoolkit / welllog / data / loaders / LogDataLoader / LogDataLoader
loaders.LogDataLoader.LogDataLoader
Type Aliases
Type Aliases
Ƭ FetchCallback: (err: Error, receivedData: any[] | ReceivedData) => void
▸ (err, receivedData): void
Data fetch callback
| Name | Type |
|---|---|
err | Error |
receivedData | any[] | ReceivedData |
void
Ƭ Options: Object
options
Ƭ ReceivedData: Object
received data
| Name | Type | Description |
|---|---|---|
colsdata? | (number | string)[][] | columnsArray array of columns |
limits? | Range | valid limits |