BootCell
Preparing search index...
MonthCalendarProps
Interface MonthCalendarProps
interface
MonthCalendarProps
{
locale
?:
string
;
onChange
?:
(
event
:
CustomEvent
<
Date
>
)
=>
any
;
onSelect
?:
(
event
:
CustomEvent
<
DateData
>
)
=>
any
;
value
?:
DateData
[]
;
variant
?:
|
TextColor
|
"link"
|
"outline-primary"
|
"outline-secondary"
|
"outline-success"
|
"outline-info"
|
"outline-warning"
|
"outline-danger"
|
"outline-light"
|
"outline-dark"
|
"outline-body"
|
"outline-black"
|
"outline-white"
;
[
key
:
string
]:
any
;
[
key
:
number
]:
any
;
}
Hierarchy
Omit
<
TableProps
,
"variant"
|
"onChange"
|
"onSelect"
>
Pick
<
ButtonProps
,
"variant"
>
MonthCalendarProps
Indexable
[
key
:
string
]:
any
[
key
:
number
]:
any
Index
Properties
locale?
on
Change?
on
Select?
value?
variant?
Properties
Optional
locale
locale
?:
string
Optional
on
Change
onChange
?:
(
event
:
CustomEvent
<
Date
>
)
=>
any
Optional
on
Select
onSelect
?:
(
event
:
CustomEvent
<
DateData
>
)
=>
any
Optional
value
value
?:
DateData
[]
Optional
variant
variant
?:
|
TextColor
|
"link"
|
"outline-primary"
|
"outline-secondary"
|
"outline-success"
|
"outline-info"
|
"outline-warning"
|
"outline-danger"
|
"outline-light"
|
"outline-dark"
|
"outline-body"
|
"outline-black"
|
"outline-white"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
locale
on
Change
on
Select
value
variant
BootCell
Loading...