Documentation
Preparing search index...
@vue-js-cron/light
cronLightProps
Variable cronLightProps
Const
cronLightProps
:
()
=>
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
theme
:
{
default
:
string
;
type
:
PropType
<
"ant"
|
"legacy"
>
}
;
}
Type Declaration
()
:
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
theme
:
{
default
:
string
;
type
:
PropType
<
"ant"
|
"legacy"
>
}
;
}
Returns
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
theme
:
{
default
:
string
;
type
:
PropType
<
"ant"
|
"legacy"
>
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...