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

    Variable pollsTIMINGConst

    pollsTIMING: {
        AUTO_SAVE_INTERVAL: 3000;
        DEBOUNCE_DELAY: 300;
        DURATION_OPTIONS: {
            FIVE_MINUTES: number;
            NONE: undefined;
            ONE_MINUTE: number;
            TEN_MINUTES: number;
            TWO_MINUTES: number;
        };
        STATE_REQUEST_DELAY: 500;
        STATE_REQUEST_TIMEOUT: 5000;
        TIMER_UPDATE_INTERVAL: 1000;
        VOTE_DEBOUNCE: 100;
    } = ...

    Timing configuration for Polls features.

    Type Declaration

    • ReadonlyAUTO_SAVE_INTERVAL: 3000

      Auto-save interval (ms) - save 3 seconds after last change

    • ReadonlyDEBOUNCE_DELAY: 300

      Debounce delay for various operations (ms)

    • ReadonlyDURATION_OPTIONS: {
          FIVE_MINUTES: number;
          NONE: undefined;
          ONE_MINUTE: number;
          TEN_MINUTES: number;
          TWO_MINUTES: number;
      }

      Default poll duration options (ms)

    • ReadonlySTATE_REQUEST_DELAY: 500

      Delay before requesting state from participants after joining (ms)

    • ReadonlySTATE_REQUEST_TIMEOUT: 5000

      Timeout for state request response (ms)

    • ReadonlyTIMER_UPDATE_INTERVAL: 1000

      Timer update interval (ms)

    • ReadonlyVOTE_DEBOUNCE: 100

      Debounce delay for vote changes (ms)