ChooseJsonConnectionPage Class
In This Article
Implements the functionality to select whether to create a new data connection or edit an existing connection.
#Declaration
TypeScript
export class ChooseJsonConnectionPage extends ChooseAvailableItemPage
#Inherited Members
#Inheritance
WizardPageBase<TState, TResult>
ChooseAvailableItemPage
ChooseJsonConnectionPage
#Methods
#commit Method
Commits settings to the local page state.
#Declaration
TypeScript
commit(): JQuery.Promise<DevExpress.Analytics.Wizard.IJsonDataSourceWizardState, any, any>
#Returns
Type | Description |
---|---|
Promise<IJson |
A JQuery Promise object that identifies whether the commit succeeded. |