IFederationDataSourceWizardState Interface
Implements the functionality for managing the global state of the Federation Data Source Wizard.
Declaration
export interface IFederationDataSourceWizardState
Properties
federatedQueries Property
Specifies an array of serialized federated queries.
Declaration
federatedQueries?: string[]
Property Value
| Type | Description |
|---|---|
| string[] | An array of serialized federated queries. |
federationDataSourceJSON Property
Specifies a serialized JSON representation of the federated data source configuration.
Declaration
federationDataSourceJSON?: string
Property Value
| Type | Description |
|---|---|
| string | The string that contains federated data source configuration in JSON format. |
name Property
Specifies the name of the federated data source being created/edited in the wizard.
Declaration
name?: string
Property Value
| Type | Description |
|---|---|
| string | The federated data source name. |
relations Property
Specifies an array of relation definitions that define how data sources inside the federation are linked (joins/unions).
Declaration
relations?: string[]
Property Value
| Type | Description |
|---|---|
| string[] | An array of relation definitions (strings). |