Documentation
    Preparing search index...

    Variable cronAntPropsConst

    cronAntProps: () => {
        buttonProps: { type: PropType<ButtonProps>; 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: PropType<DropdownProps> };
        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: PropType<ButtonProps>; 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: PropType<DropdownProps> };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
        }
      • Returns {
            buttonProps: { type: PropType<ButtonProps>; 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: PropType<DropdownProps> };
            fields: { type: PropType<Field[]> };
            format: { type: PropType<CronFormat> };
            locale: { type: StringConstructor };
            modelValue: { type: StringConstructor };
            period: { type: StringConstructor };
            periods: { type: PropType<Period[]> };
        }

        • buttonProps: { type: PropType<ButtonProps>; default(): {} }

          Properties of Ant Design Vue 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: PropType<DropdownProps> }

          Properties of Ant Design Vue Dropdown

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