todotxt4js
    Preparing search index...

    Interface RecurrencePattern

    Interface for recurrence pattern configuration

    interface RecurrencePattern {
        interval: number;
        type: "daily" | "weekly" | "monthly" | "yearly";
    }
    Index

    Properties

    Properties

    interval: number

    Number of units (days, weeks, etc.) between recurrences

    type: "daily" | "weekly" | "monthly" | "yearly"

    Type of recurrence: daily, weekly, monthly, yearly