Documentation
    Preparing search index...

    Interface CronNaiveProps

    Props of CronNaive

    See CronCoreProps for a detailed description of each prop

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

    Properties of Naive UI Button

    clearable?: boolean
    cols?: Record<string, number>
    customLocale?: Localization
    disabled?: boolean
    dropdownProps?: Record<string, any>

    Properties of Naive UI Popover

    fields?: Field[]
    format?: CronFormat
    locale?: string
    modelValue?: string
    period?: string
    periods?: Period[]