Documentation
    Preparing search index...

    Interface CronPrimeProps

    Props of CronPrime

    See CronCoreProps for a detailed description of each prop

    interface CronPrimeProps {
        buttonProps?: Record<string, any>;
        clearable?: boolean;
        cols?: Record<string, number>;
        customLocale?: Localization;
        disabled?: boolean;
        fields?: Field[];
        format?: CronFormat;
        locale?: string;
        modelValue?: string;
        period?: string;
        periods?: Period[];
        popoverProps?: Record<string, any>;
    }
    Index
    buttonProps?: Record<string, any>

    Properties of PrimeVue Button

    clearable?: boolean
    cols?: Record<string, number>
    customLocale?: Localization
    disabled?: boolean
    fields?: Field[]
    format?: CronFormat
    locale?: string
    modelValue?: string
    period?: string
    periods?: Period[]
    popoverProps?: Record<string, any>

    Properties of PrimeVue Popover