Skip to main content

HtmlInfoDialog

Interfaces

HtmlInfoDialogProps

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 undefinedBaseDialogProps.className-
DialogContentProps?DialogContentPropsDialog content props Default {dividers: !isMobile}-BaseDialogProps.DialogContentProps
htmlInfostringThe category's html text.--
onClose?() => voidOn dialog close callback function Default undefinedBaseDialogProps.onClose-
open?booleanOpen dialog Default falseBaseDialogProps.open-
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
title?anyDialog title Default ''-BaseDialogProps.title

Functions

HtmlInfoDialog()

HtmlInfoDialog(inProps): Element

Parameters

ParameterType
inPropsHtmlInfoDialogProps

Returns

Element