PdfPreviewDialog
Interfaces
PdfPreviewDialogProps
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 | 
| PdfPreviewComponentProps | PdfPreviewProps | - | - | - | 
| pdfUrl | string | - | - | - | 
| subtitle? | any | Dialog subtitle Default '' | - | BaseDialogProps.subtitle | 
| title | string|ReactElement<any,string|JSXElementConstructor<any>> | Dialog title Default '' | BaseDialogProps.title | - | 
Functions
PdfPreviewDialog()
PdfPreviewDialog(
inProps):Element
Parameters
| Parameter | Type | 
|---|---|
| inProps | PdfPreviewDialogProps | 
Returns
Element