CommunityPaywalls
Interfaces
CommunityPaywallsProps
Properties
| Property | Type | 
|---|---|
| callbackUrl? | string | 
| className? | string | 
| community? | SCCommunityType | 
| onUpdatePaymentOrder? | ( price,contentType?,contentId?) =>void | 
Functions
CommunityPaywalls()
CommunityPaywalls(
inProps):Element
Parameters
| Parameter | Type | 
|---|---|
| inProps | CommunityPaywallsProps | 
Returns
Element
CommunityPaywallsSkeleton()
CommunityPaywallsSkeleton(
inProps):Element
API documentation for the Community-JS CommunityPaywall Skeleton component. Learn about the available props and the CSS API.
Import
import {CommunityPaywallSkeleton} from '@selfcommunity/react-ui';
Component Name
The name SCCommunityPaywallSkeleton-skeleton-root can be used when providing style overrides in the theme.
CSS
| Rule Name | Global class | Description | 
|---|---|---|
| root | .SCCommunityPaywallSkeleton-skeleton-root | Styles applied to the root element. | 
Parameters
| Parameter | Type | 
|---|---|
| inProps | any | 
Returns
Element