BackgroundModal component provides a modal interface for managing background settings. It allows users to select, upload, and apply background images or videos.
<BackgroundModal isVisible={true} onClose={handleClose} parameters={parameters} position="topRight" backgroundColor="#ffffff"/> Copy
<BackgroundModal isVisible={true} onClose={handleClose} parameters={parameters} position="topRight" backgroundColor="#ffffff"/>
The properties for the BackgroundModal component.
The rendered BackgroundModal component or null if not visible.
Optional
Ignored by React.
Only kept in types for backwards compatibility. Will be removed in a future major release.
Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.
Legacy React Docs
const MyComponent: FC = () => { return <div>Hello!</div>}MyComponent.displayName = 'MyAwesomeComponent' Copy
const MyComponent: FC = () => { return <div>Hello!</div>}MyComponent.displayName = 'MyAwesomeComponent'
BackgroundModal component provides a modal interface for managing background settings. It allows users to select, upload, and apply background images or videos.
Component
Example