---
name: ContextActionPriority
last_updated: 2026-06-10T02:17:47Z
type: enum
summary: "Describes the priority of a context action."
---

# ContextActionPriority

Describes the priority of a context action.

**Type:** enum

## Description

The ContextActionPriority is used to set the priority of a context action.
This priority is used to determine context action order.

## Items

| Name | Value | Description |
|------|-------|-------------|
| `Low` | 1000 | Low priority. |
| `Medium` | 2000 | Medium priority. |
| `High` | 3000 | High priority. |