FreakingGenius - v0.1.0
    Preparing search index...

    Interface InterventionTrigger

    A rule that, when its condition is met, produces an intervention.

    interface InterventionTrigger {
        description: string;
        priority: number;
        type: InterventionTriggerType;
    }
    Index

    Properties

    description: string

    Human-readable description of the trigger for logging.

    priority: number

    Priority — higher number wins when multiple triggers fire simultaneously.

    Discriminant for the condition being evaluated.