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

    Customizable text labels for the Polls components.

    All text displayed can be customized for i18n support.

    interface PollsWindowLabels {
        activePoll: string;
        alreadyVoted: string;
        anonymous: string;
        cancel: string;
        close: string;
        createPoll: string;
        deletePoll: string;
        emptyState: string;
        endPoll: string;
        export: string;
        exportJson: string;
        exportPdf: string;
        pollCount: (count: number) => string;
        pollEnded: string;
        pollHistory: string;
        resultsVisible: string;
        shareResults: string;
        submitVote: string;
        timeRemaining: (seconds: number) => string;
        title: string;
        viewResults: string;
        vote: string;
        voteCount: (count: number) => string;
        voterCount: (count: number) => string;
    }
    Index

    Properties

    activePoll: string

    Active poll section header

    alreadyVoted: string

    Already voted message

    anonymous: string

    Anonymous label

    cancel: string

    Cancel button

    close: string

    Close button

    createPoll: string

    Create poll button

    deletePoll: string

    Delete poll button

    emptyState: string

    No polls message

    endPoll: string

    End poll button

    export: string

    Export button

    exportJson: string

    Export as JSON

    exportPdf: string

    Export as PDF

    pollCount: (count: number) => string

    Poll count format

    pollEnded: string

    Poll ended message

    pollHistory: string

    Poll history section header

    resultsVisible: string

    Results shown to voters message

    shareResults: string

    Share results button

    submitVote: string

    Submit vote button

    timeRemaining: (seconds: number) => string

    Time remaining format

    title: string

    Header title

    viewResults: string

    View results button

    vote: string

    Vote button

    voteCount: (count: number) => string

    Vote count format

    voterCount: (count: number) => string

    Voter count format