Options
All
  • Public
  • Public/Protected
  • All
Menu

The configuration for Translation SDK.

Hierarchy

Index

Constructors

constructor

Properties

Optional anonymousUserUrl

anonymousUserUrl: string

anonymousUserUrl defines remoteSiteUrl created by Setup and granted permissions to access the apis behind it

Optional anonymousUserUrlType

anonymousUserUrlType: string

Optional authToken

authToken: string

Optional authTokenType

authTokenType: string

Optional cacheExpiration

cacheExpiration: Date = ...

Expiration Date time of the cached item. Default is current time plus 24 hours.

Optional cacheable

cacheable: boolean = true

Flag to indicate if this datasource call should be cached.

create

create: boolean

Create boolean flag to indicate a new SDK instance should be created or not.

datasource

datasource: default

The connection used by the SDK.

Optional reload

reload: boolean

reload defines if the data should be retrive from the cache or not. Default is false. set reload to true when fresh data needs to fetched from the API

Generated using TypeDoc