Documentation
Preparing search index...
@vue-js-cron/quasar
cronQuasarProps
Variable cronQuasarProps
Const
cronQuasarProps
:
()
=>
{
buttonProps
:
{
type
:
ObjectConstructor
;
default
()
:
{
color
:
string
;
outline
:
boolean
;
rounded
:
boolean
}
;
}
;
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
()
:
{
buttonProps
:
{
type
:
ObjectConstructor
;
default
()
:
{
color
:
string
;
outline
:
boolean
;
rounded
:
boolean
}
;
}
;
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
{
buttonProps
:
{
type
:
ObjectConstructor
;
default
()
:
{
color
:
string
;
outline
:
boolean
;
rounded
:
boolean
}
;
}
;
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
[]
>
}
;
}
buttonProps
:
{
type
:
ObjectConstructor
;
default
()
:
{
color
:
string
;
outline
:
boolean
;
rounded
:
boolean
}
;
}
Properties of Quasar Button
Remarks
See
https://quasar.dev/vue-components/button#qbtn-api
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 Quasar Button