Modal
class Modal(options: ModalOptions) : BaseMediaSfuUIComponent, LayoutComponent, InteractiveComponent, AnimatedComponent, StylableComponent
Modal - A UI component for displaying modal dialogs and overlays.
This component provides:
Modal dialog functionality
Backdrop/overlay support
Customizable content
Animation support (fade in/out, slide in/out)
Dismissible by backdrop click or close button
Responsive sizing and positioning
Properties
Functions
Link copied to clipboard
Add a child component to this layout.
Link copied to clipboard
Apply a style to this component.
Link copied to clipboard
Clear all child components.
Link copied to clipboard
Get the current modal content.
Link copied to clipboard
Handle a user interaction event.
Link copied to clipboard
Remove a child component from this layout.
Link copied to clipboard
Set the modal content.
Link copied to clipboard
Set the modal position.
Link copied to clipboard
Start an animation.
Link copied to clipboard
Stop the current animation.