PaywallsDialog
Interfaces
PaywallsDialogProps
Extends
- BaseDialogProps
Indexable
[p: string]: any
Any other properties
Properties
| Property | Type | Description | Overrides | Inherited from | 
|---|---|---|---|---|
| actions? | ReactNode | Actions for the dialog | - | BaseDialogProps.actions | 
| className? | string | Overrides or extends the styles applied to the component. Default null | BaseDialogProps.className | - | 
| DialogContentProps? | DialogContentProps | Dialog content props Default {dividers: !isMobile} | - | BaseDialogProps.DialogContentProps | 
| disableInitialTransition? | boolean | - | - | - | 
| onClose? | () => any | Handles dialog closing Default null | - | BaseDialogProps.onClose | 
| open? | boolean | Handles dialog opening Default false | - | BaseDialogProps.open | 
| PaywallsComponentProps | PaywallsProps | - | - | - | 
| subtitle? | any | Dialog subtitle Default '' | - | BaseDialogProps.subtitle | 
| title? | any | Dialog title Default '' | - | BaseDialogProps.title | 
Functions
PaywallsDialog()
PaywallsDialog(
inProps):Element
Parameters
| Parameter | Type | 
|---|---|
| inProps | PaywallsDialogProps | 
Returns
Element