AlertConfig
components/alert/Config.vue
Alert rule card with reactive sentence rows for condition, action, and throttling. Active/inactive toggle, mute button, and delete action.
Condition :
Action :
Throttling :
Condition :
Action :
Throttling :
components/alert/Config.vue
Usage
<AlertConfig
:modelValue = "—"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | Object | — | Rule state object with condition, action, and throttle properties (required, v-model) |
Events
| Event | Description |
|---|---|
| update:modelValue | Emitted when any rule value changes |
| delete | Emitted when the delete button is clicked |