Documentation
    Preparing search index...

    Interface CronLightProps

    Props of CronLight

    See CronCoreProps for a detailed description of each prop

    interface CronLightProps {
        clearable?: boolean;
        cols?: Record<string, number>;
        customLocale?: Localization;
        disabled?: boolean;
        fields?: Field[];
        format?: CronFormat;
        locale?: string;
        modelValue?: string;
        period?: string;
        periods?: Period[];
        theme?: "ant" | "legacy";
    }
    Index
    clearable?: boolean
    cols?: Record<string, number>
    customLocale?: Localization
    disabled?: boolean
    fields?: Field[]
    format?: CronFormat
    locale?: string
    modelValue?: string
    period?: string
    periods?: Period[]
    theme?: "ant" | "legacy"