Documentation
    Preparing search index...

    Interface CronVuetifyProps

    Props of CronVuetify

    See CronCoreProps for a detailed description of each prop

    interface CronVuetifyProps {
        chipProps?: 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[];
    }
    Index
    chipProps?: Record<string, any>

    Properties of Vuetify VChip

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