Type alias StiggProviderProps
Stigg
ProviderProps: { apiKey: string; baseEdgeUri?: string; baseUri?: string; cacheTtlMs?: number; clientName?: string; clientVersion?: string; customerId?: string; customerToken?: string; enableEdge?: boolean; entitlementPollingInterval?: number; entitlementsFallback?: EntitlementsFallback; locale?: string; offline?: boolean; 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
offline?: boolean
-
Optional
resourceId?: string
-
Optional
stiggClient?: StiggClient
-
Optional
theme?: Theme
-
Optional
useEntitlementPolling?: boolean
Deprecated
not longer in use