Defines an object containing configuration options related to a specific type.

Hierarchy

  • OptionsBase
    • TypeOptions

Properties

additionalHeaders?: {
    [key: string]: string;
}

Headers to be added to the request.

Type declaration

  • [key: string]: string
additionalQueryParams?: {
    [key: string]: string;
}

Query params to be added to the request url.

Type declaration

  • [key: string]: string
baseUrl?: string

Your service url that points to the configured instance of Sitefinity service.

culture?: string

The name of the culture. If empty the default culture for the site will be used.

entitySet?: string

The URL name of the type.

provider?: string

The name of the provider. If empty the default provider for the site will be used.

siteId?: string

The ID of the site, for which the queries will be executed.

Generated using TypeDoc