CronParser
    Preparing search index...

    Type Alias CronFieldOptions

    Represents the options for a cron field.

    type CronFieldOptions = {
        nthDayOfWeek?: number;
        rawValue?: string;
        wildcard?: boolean;
    }
    Index

    Properties

    nthDayOfWeek?: number

    The nth day of the week.

    rawValue?: string

    The raw value of the field.

    wildcard?: boolean

    Indicates if the field is a wildcard.