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