Documentation
Preparing search index...
@vue-js-cron/light
CronLightProps
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
Properties
clearable?
cols?
custom
Locale?
disabled?
fields?
format?
locale?
model
Value?
period?
periods?
theme?
Properties
Optional
clearable
clearable
?:
boolean
Optional
cols
cols
?:
Record
<
string
,
number
>
Optional
custom
Locale
customLocale
?:
Localization
Optional
disabled
disabled
?:
boolean
Optional
fields
fields
?:
Field
[]
Optional
format
format
?:
CronFormat
Optional
locale
locale
?:
string
Optional
model
Value
modelValue
?:
string
Optional
period
period
?:
string
Optional
periods
periods
?:
Period
[]
Optional
theme
theme
?:
"ant"
|
"legacy"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clearable
cols
custom
Locale
disabled
fields
format
locale
model
Value
period
periods
theme
Documentation
Loading...
Props of CronLight
See CronCoreProps for a detailed description of each prop