Last date modified: 2025-Apr-29

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
Parameters
Name Type Description
sampleState SampleState The object storing the current sampling parameters
Returns

void

Description

Allows the developer to update sampling parameters for the current list

Return to top of the page
Feedback