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

PropTypeDefaultDescription
modelValueObjectRule state object with condition, action, and throttle properties (required, v-model)

Events

EventDescription
update:modelValueEmitted when any rule value changes
deleteEmitted when the delete button is clicked

Related