Type alias StiggProviderProps

StiggProviderProps: { apiKey: string; baseEdgeUri?: string; baseUri?: string; 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 clientName?: string
  • Optional clientVersion?: string
  • Optional customerId?: string
  • Optional customerToken?: string
  • Optional enableEdge?: boolean
  • Optional entitlementPollingInterval?: number
  • Optional entitlementsFallback?: EntitlementsFallback
  • Optional locale?: string
  • Optional resourceId?: string
  • Optional stiggClient?: StiggClient
  • Optional theme?: Theme
  • Optional useEntitlementPolling?: boolean