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

    Interface StreamingUrlDisplayProps

    Props for the StreamingUrlDisplay component.

    Displays the streaming URL with a copy button.

    interface StreamingUrlDisplayProps {
        labels?: Partial<StreamingUrlLabels>;
        onCopy?: () => void;
        showCopyButton?: boolean;
        sx?: SxProps<Theme>;
        url: string | null;
    }
    Index

    Properties

    labels?: Partial<StreamingUrlLabels>

    Custom labels

    onCopy?: () => void

    Callback when URL is copied

    showCopyButton?: boolean

    Show copy button (default: true)

    sx?: SxProps<Theme>

    MUI sx styling prop

    url: string | null

    The streaming URL to display