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

    Labels for the PollEditor component.

    interface PollEditorLabels {
        addOption: string;
        anonymousVotes: string;
        autoShareResults: string;
        cancel: string;
        create: string;
        durationLabel: string;
        editTitle: string;
        minOptionsMessage: string;
        noTimeLimit: string;
        optionPlaceholder: (index: number) => string;
        optionsLabel: string;
        questionLabel: string;
        questionPlaceholder: string;
        removeOption: string;
        saveChanges: string;
        settingsLabel: string;
        showResultsWhileVoting: string;
        title: string;
        typeLabel: string;
        typeMultipleChoice: string;
        typeMultipleSelect: string;
        typeRating: string;
        typeText: string;
        typeYesNo: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addOption: string

    Add option button

    anonymousVotes: string

    Anonymous votes toggle

    autoShareResults: string

    Auto-share results toggle

    cancel: string

    Cancel button

    create: string

    Create button

    durationLabel: string

    Duration input label

    editTitle: string

    Edit dialog title

    minOptionsMessage: string

    Minimum options message

    noTimeLimit: string

    No time limit option

    optionPlaceholder: (index: number) => string

    Option placeholder

    optionsLabel: string

    Options section label

    questionLabel: string

    Question input label

    questionPlaceholder: string

    Question input placeholder

    removeOption: string

    Remove option button

    saveChanges: string

    Save changes button

    settingsLabel: string

    Settings section label

    showResultsWhileVoting: string

    Show results while voting toggle

    title: string

    Dialog title

    typeLabel: string

    Poll type label

    typeMultipleChoice: string

    Multiple choice type option

    typeMultipleSelect: string

    Multiple select type option

    typeRating: string

    Rating type option

    typeText: string

    Text response type option

    typeYesNo: string

    Yes/No type option