Hyperlinkv0.8.0-beta.28

QueueHyperlink

QueueHyperlink.Prioritytypesrc/internal/queueHyperlink.ts:157
Priority

Priority level for queue items.

  • "high" — processed first (use for urgent/time-sensitive items)
  • "normal" — default priority
  • "low" — processed last (use for background/deferrable work)
models
export type Priority = "high" | "normal" | "low";
Referenced by 5 symbols