@karmaniverous/rrstack
    Preparing search index...

    Interface RuleJson

    A single rule in the cascade.

    interface RuleJson {
        duration: DurationParts;
        effect: instantStatus;
        label?: string;
        options: RuleOptionsJson;
    }
    Index

    Properties

    duration: DurationParts

    Structured duration (non-negative integer parts; at least one > 0).

    'active' | 'blackout' — effect applied at covered instants.

    label?: string

    Optional label for diagnostics/UI.

    Subset of rrule options (see RuleOptionsJson).