Skip to main content
All docs
V26.1
  • IJsonDataSourceWizardState Interface

    If implemented, provides functionality for the JSON Data Source Wizard‘s global state.

    Declaration

    export interface IJsonDataSourceWizardState

    Properties

    connectionName Property

    Specifies the existing connection’s name.

    Declaration

    connectionName?: string

    Property Value

    Type Description
    string

    The connection name.

    dataSourceName Property

    Specifies the data source name.

    Declaration

    dataSourceName?: string

    Property Value

    Type Description
    string

    The data source name.

    jsonScheme Property

    Specifies the JSON data source schema.

    Declaration

    jsonScheme?: string

    Property Value

    Type Description
    string

    The JSON data source schema.

    jsonSource Property

    Specifies the JSON source.

    Declaration

    jsonSource?: string

    Property Value

    Type Description
    string

    The JSON source.

    newConnectionName Property

    Specifies a new connection’s name.

    Declaration

    newConnectionName?: string

    Property Value

    Type Description
    string

    The connection name.

    rootElement Property

    Specifies the JSON data source’s root element.

    Declaration

    rootElement?: string

    Property Value

    Type Description
    string

    The root element.