Type alias StiggProviderProps
Stigg
Provider
Props
: { apiKey
: string; baseEdgeUri
?: string; baseUri
?: string; cacheTtlMs
?: number; clientName
?: string; clientVersion
?: string; customerId
?: string; customerToken
?: string; enableEdge
?: boolean; entitlementPollingInterval
?: number; entitlementsFallback
?: EntitlementsFallback; locale
?: string; resourceId
?: string; stiggClient
?: StiggClient; theme
?: Theme; useEntitlementPolling
?: boolean }
Type declaration
-
apiKey: string
-
Optional
baseEdgeUri?: string
-
Optional
baseUri?: string
-
Optional
cacheTtlMs?: number
-
Optional
clientName?: string
-
Optional
clientVersion?: string
-
Optional
customerId?: string
-
Optional
customerToken?: string
-
Optional
enableEdge?: boolean
-
Optional
entitlementPollingInterval?: number
-
-
Optional
locale?: string
-
Optional
resourceId?: string
-
Optional
stiggClient?: StiggClient
-
Optional
theme?: Theme
-
Optional
useEntitlementPolling?: boolean
Deprecated
not longer in use