Skip to main content

CreateLiveStreamDialog

Interfaces

CreateLiveStreamDialogProps

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
EventFormComponentProps?EventFormPropsProps to spread to EventForm component Default {}--
LiveStreamFormComponentProps?LiveStreamFormPropsProps to spread to LiveStreamForm component Default {}--
onClose?() => voidOn dialog close callback function Default nullBaseDialogProps.onClose-
open?booleanOpen dialog Default trueBaseDialogProps.open-
subtitle?anyDialog subtitle Default ''-BaseDialogProps.subtitle
title?anyDialog title Default ''-BaseDialogProps.title

Functions

CreateLiveStreamDialog()

CreateLiveStreamDialog(inProps): Element

API documentation for the Community-JS CreateLiveStreamDialog component. Learn about the available props and the CSS API.

Import

import {CreateLivestreamDialog} from '@selfcommunity/react-ui';

Component Name

The name SCCreateLivestreamDialog can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCCreateLivestreamDialog-rootStyles applied to the root element.
content.SCCreateLivestreamDialog-contentStyles applied to the content element.

Parameters

ParameterTypeDescription
inPropsCreateLiveStreamDialogProps

Returns

Element