Skip to main content

PdfPreviewDialog

Interfaces

PdfPreviewDialogProps

Extends

  • BaseDialogProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverridesInherited from
actions?ReactNodeActions for the dialog-BaseDialogProps.actions
className?stringOverrides or extends the styles applied to the component. Default nullBaseDialogProps.className-
DialogContentProps?DialogContentPropsDialog content props Default {dividers: !isMobile}-BaseDialogProps.DialogContentProps
disableInitialTransition?boolean---
onClose?() => anyHandles dialog closing Default null-BaseDialogProps.onClose
open?booleanHandles dialog opening Default false-BaseDialogProps.open
PdfPreviewComponentPropsPdfPreviewProps---
pdfUrlstring---
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
titlestring | ReactElement<any, string | JSXElementConstructor<any>>Dialog title Default ''BaseDialogProps.title-

Functions

PdfPreviewDialog()

PdfPreviewDialog(inProps): Element

Parameters

ParameterType
inPropsPdfPreviewDialogProps

Returns

Element