Interface: SampleStateModificationApi
SampleStateModificationApi.SampleStateModificationApi
Description
Contains an API to modify the sampling parameters of the current list
Properties
Properties
updateSampleState
• updateSampleState: (sampleState
: SampleState
) => void
Type declaration
▸ (sampleState
): void
Description
Allows the developer to update sampling parameters for the current list
Parameters
Name | Type | Description |
---|---|---|
sampleState
|
SampleState
|
The object storing the current sampling parameters |
Returns
void