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

    Interface StreamingUrlLabels

    Customizable text labels for the StreamingUrlDisplay component.

    interface StreamingUrlLabels {
        copied: string;
        copy: string;
        noUrl: string;
        streamUrl: string;
    }
    Index

    Properties

    copied: string

    Text shown after copy (default: "Copied!")

    copy: string

    Button text for copy (default: "Copy")

    noUrl: string

    Message when no URL available (default: "No stream URL available")

    streamUrl: string

    Label for the URL field (default: "Stream URL")