Documentation
    Preparing search index...

    Variable cronElementPlusPropsConst

    cronElementPlusProps: () => {
        buttonProps: { type: ObjectConstructor; default(): {} };
        clearable: { default: boolean; type: BooleanConstructor };
        cols: {
            default: () => {
                day: number;
                hour: number;
                minute: number;
                second: number;
            };
            type: PropType<Record<string, number>>;
        };
        customLocale: { type: PropType<Localization> };
        disabled: { default: boolean; type: BooleanConstructor };
        dropdownProps: { default: () => void; type: ObjectConstructor };
        fields: { type: PropType<Field[]> };
        format: { type: PropType<CronFormat> };
        locale: { type: StringConstructor };
        modelValue: { type: StringConstructor };
        period: { type: StringConstructor };
        periods: { type: PropType<Period[]> };
    }

    Type Declaration

      • (): {
            buttonProps: { type: ObjectConstructor; default(): {} };
            clearable: { default: boolean; type: BooleanConstructor };
            cols: {
                default: () => {
                    day: number;
                    hour: number;
                    minute: number;
                    second: number;
                };
                type: PropType<Record<string, number>>;
            };
            customLocale: { type: PropType<Localization> };
            disabled: { default: boolean; type: BooleanConstructor };
            dropdownProps: { default: () => void; type: ObjectConstructor };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
        }
      • Returns {
            buttonProps: { type: ObjectConstructor; default(): {} };
            clearable: { default: boolean; type: BooleanConstructor };
            cols: {
                default: () => {
                    day: number;
                    hour: number;
                    minute: number;
                    second: number;
                };
                type: PropType<Record<string, number>>;
            };
            customLocale: { type: PropType<Localization> };
            disabled: { default: boolean; type: BooleanConstructor };
            dropdownProps: { default: () => void; type: ObjectConstructor };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
        }

        • buttonProps: { type: ObjectConstructor; default(): {} }

          Properties of Element Plus Button

        • clearable: { default: boolean; type: BooleanConstructor }
        • cols: {
              default: () => {
                  day: number;
                  hour: number;
                  minute: number;
                  second: number;
              };
              type: PropType<Record<string, number>>;
          }
        • customLocale: { type: PropType<Localization> }
        • disabled: { default: boolean; type: BooleanConstructor }
        • dropdownProps: { default: () => void; type: ObjectConstructor }

          Properties of Element Plus Dropdown

        • fields: { type: PropType<Field[]> }
        • format: { type: PropType<CronFormat> }
        • locale: { type: StringConstructor }
        • modelValue: { type: StringConstructor }
        • period: { type: StringConstructor }
        • periods: { type: PropType<Period[]> }