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

    Interface PhoneCameraDialogLabels

    Customisable labels for the PhoneCameraDialog.

    interface PhoneCameraDialogLabels {
        closeAriaLabel: string;
        connected: string;
        copied: string;
        copyLink: string;
        disconnect: string;
        expired: string;
        loadingAriaLabel: string;
        regenerate: string;
        scanBody: string;
        scanHeading: string;
        title: string;
        waiting: string;
    }
    Index

    Properties

    closeAriaLabel: string

    Close button aria-label

    "Close"
    
    connected: string

    Connected message

    "Phone camera connected"
    
    copied: string

    Copied feedback

    "Copied"
    
    copyLink: string

    Copy link button

    "Copy Link"
    
    disconnect: string

    Disconnect button

    "Disconnect"
    
    expired: string

    Expired notice

    "QR code expired"
    
    loadingAriaLabel: string

    Loading aria-label

    "Generating QR code"
    
    regenerate: string

    Regenerate button

    "Generate New Code"
    
    scanBody: string

    Instruction body

    "Open your phone's camera and point it at the QR code to use it as an additional camera."
    
    scanHeading: string

    Instruction heading

    "Scan with your phone"
    
    title: string

    Dialog title

    "Use Phone as Camera"
    
    waiting: string

    Waiting spinner text

    "Waiting for connection..."