Hiyve Components - v1.0.0
    Preparing search index...

    Interface LeaveButtonProps

    Props for the LeaveButton component

    interface LeaveButtonProps {
        colors: ControlBarColors;
        disabled: boolean;
        featureMode: FeatureMode;
        icons: ControlBarIcons;
        isOwner: boolean;
        isRecording: boolean;
        labels: ControlBarLabels;
        onLeave: () => void;
        onMenuOpenChange?: (open: boolean) => void;
        showConfirmation: boolean;
        showLeftMargin: boolean;
        styles: ControlBarStyles;
    }
    Index

    Properties

    disabled: boolean
    featureMode: FeatureMode
    isOwner: boolean
    isRecording: boolean
    onLeave: () => void
    onMenuOpenChange?: (open: boolean) => void

    Fires when the confirmation dialog opens or closes, so the parent can pause/resume auto-hide.

    showConfirmation: boolean
    showLeftMargin: boolean