Function CustomerPortalProvider
- CustomerPortalProvider(__namedParameters: { children: ReactNode; productId?: string; resourceId?: string; textOverrides?: { addonsTabTitle?: string; cancelScheduledUpdatesButtonTitle?: string; contactSupportLink?: string; contactSupportTitle?: string; editBilling?: string; editPaymentDetails?: string; invoicesTitle?: string; manageSubscription?: string; paywallSectionTitle?: string; promotionsSubtitle?: string; promotionsTabTitle?: string; usageTabTitle?: string; viewInvoiceHistory?: string }; theme?: { backgroundColor?: string; borderColor?: string; iconsBackgroundColor?: string; iconsColor?: string; listItemBackgroundColor?: string; planNameColor?: string; sectionTitleColor?: string; tabMaxHeight?: string } }): Element
-
Parameters
-
__namedParameters: { children: ReactNode; productId?: string; resourceId?: string; textOverrides?: { addonsTabTitle?: string; cancelScheduledUpdatesButtonTitle?: string; contactSupportLink?: string; contactSupportTitle?: string; editBilling?: string; editPaymentDetails?: string; invoicesTitle?: string; manageSubscription?: string; paywallSectionTitle?: string; promotionsSubtitle?: string; promotionsTabTitle?: string; usageTabTitle?: string; viewInvoiceHistory?: string }; theme?: { backgroundColor?: string; borderColor?: string; iconsBackgroundColor?: string; iconsColor?: string; listItemBackgroundColor?: string; planNameColor?: string; sectionTitleColor?: string; tabMaxHeight?: string } }
-
children: ReactNode
-
Optional
productId?: string
-
Optional
resourceId?: string
-
Optional
textOverrides?: { addonsTabTitle?: string; cancelScheduledUpdatesButtonTitle?: string; contactSupportLink?: string; contactSupportTitle?: string; editBilling?: string; editPaymentDetails?: string; invoicesTitle?: string; manageSubscription?: string; paywallSectionTitle?: string; promotionsSubtitle?: string; promotionsTabTitle?: string; usageTabTitle?: string; viewInvoiceHistory?: string }
-
Optional
addonsTabTitle?: string
-
Optional
cancelScheduledUpdatesButtonTitle?: string
-
Optional
contactSupportLink?: string
-
Optional
contactSupportTitle?: string
-
Optional
editBilling?: string
-
Optional
editPaymentDetails?: string
-
Optional
invoicesTitle?: string
-
Optional
manageSubscription?: string
-
Optional
paywallSectionTitle?: string
-
Optional
promotionsSubtitle?: string
-
Optional
promotionsTabTitle?: string
-
Optional
usageTabTitle?: string
-
Optional
viewInvoiceHistory?: string
-
Optional
theme?: { backgroundColor?: string; borderColor?: string; iconsBackgroundColor?: string; iconsColor?: string; listItemBackgroundColor?: string; planNameColor?: string; sectionTitleColor?: string; tabMaxHeight?: string }
-
Optional
backgroundColor?: string
-
Optional
borderColor?: string
-
Optional
iconsBackgroundColor?: string
-
Optional
iconsColor?: string
-
Optional
listItemBackgroundColor?: string
-
Optional
planNameColor?: string
-
Optional
sectionTitleColor?: string
-
Optional
tabMaxHeight?: string
Returns Element