meetingProgressTime
meetingProgressTime: string
Optional
initialBackgroundColor
initialBackgroundColor?: string
Optional
position
position?:
| "topLeft"
| "topRight"
| "bottomLeft"
| "bottomRight"
Optional
textStyle
textStyle?: CSSProperties
Optional
showTimer
showTimer?: boolean
Optional
containerProps
containerProps?: HTMLAttributes<HTMLDivElement>
Optional
badgeProps
badgeProps?: HTMLAttributes<HTMLDivElement>
Optional
textProps
textProps?: HTMLAttributes<HTMLSpanElement>
Optional
renderBadge
renderBadge?: ((options: {
defaultBadge: ReactNode;
showTimer: boolean;
}) => ReactNode)
Optional
renderContainer
renderContainer?: ((options: {
defaultContainer: ReactNode;
}) => ReactNode)