Documentation
Preparing search index...
@vue-js-cron/vuetify
cronVuetifyProps
Variable cronVuetifyProps
Const
cronVuetifyProps
:
()
=>
{
chipProps
:
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
}
Type Declaration
()
:
{
chipProps
:
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
}
Returns
{
chipProps
:
{
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
}
;
fields
:
{
type
:
PropType
<
Field
[]
>
}
;
format
:
{
type
:
PropType
<
CronFormat
>
}
;
locale
:
{
type
:
StringConstructor
}
;
modelValue
:
{
type
:
StringConstructor
}
;
period
:
{
type
:
StringConstructor
}
;
periods
:
{
type
:
PropType
<
Period
[]
>
}
;
}
chipProps
:
{
type
:
ObjectConstructor
;
default
()
:
{}
}
Properties of Vuetify VChip
Remarks
See
https://vuetifyjs.com/en/api/v-chip/#props
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
[]
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Properties of Vuetify VChip