Skip to main content
A newer version of this page is available.
All docs
V19.1

ChooseAvailableDataSourcePage<TState, TResult> Class

Implements the Choose an available data source section of the Report Wizard’s Select Data Source page.

Declaration

class ChooseAvailableDataSourcePage extends Analytics.Wizard.ChooseAvailableItemPage

Type Parameters

Name Description
TState

A type of the state to initialize the page (optional).

TResult

A type of the page’s commit result (optional).

Remarks

This page section allows users to select an available data source.

You can customize this section or remove it from the Select Data Source page. To identify this section in code, use the FullscreenReportWizardSectionId.ChooseAvailableDataSourcePage enumeration value.

See the following topics for more information:

Implements

Inheritance

Methods

commit Method

Commits settings to the local page state.

Declaration

commit(): JQueryPromise<{}>

Returns

Type
JQueryPromise<>