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

    Interface ActivityControlPanelLabels

    Customizable text labels for the ActivityControlPanel component.

    Enables i18n support for the per-user activity controls.

    interface ActivityControlPanelLabels {
        completed: string;
        inProgress: string;
        notStarted: string;
        onHold: string;
        progressLabel: string;
        sessionNotesLabel: string;
        sessionNotesPlaceholder: string;
        sessionTimerLabel: string;
        startSession: string;
        statusLabel: string;
        stopSession: string;
        totalTimeLabel: string;
    }
    Index

    Properties

    completed: string

    Display label for 'completed' status

    inProgress: string

    Display label for 'in_progress' status

    notStarted: string

    Display label for 'not_started' status

    onHold: string

    Display label for 'on_hold' status

    progressLabel: string

    Progress field label

    sessionNotesLabel: string

    Session notes field label

    sessionNotesPlaceholder: string

    Session notes input placeholder

    sessionTimerLabel: string

    Session timer label

    startSession: string

    Start session button label

    statusLabel: string

    Status field label

    stopSession: string

    Stop session button label

    totalTimeLabel: string

    Total time spent label