Trilium Frontend API
Preparing search index...
<internal>
DayCellInfo
Interface DayCellInfo
interface
DayCellInfo
{
date
:
Date
;
dayNumberText
:
string
;
dow
:
number
;
hasNavLink
:
boolean
;
inPopover
:
boolean
;
isDisabled
:
boolean
;
isFuture
:
boolean
;
isMajor
:
boolean
;
isNarrow
:
boolean
;
isOther
:
boolean
;
isPast
:
boolean
;
isToday
:
boolean
;
monthText
:
string
;
options
:
{
businessHours
:
boolean
}
;
text
:
string
;
textParts
:
DateTimeFormatPartWithWeek
[]
;
view
:
ViewApi
;
weekdayText
:
string
;
[
extraProp
:
string
]:
any
;
}
Hierarchy (
View Summary
)
DateMeta
DayCellInfo
Indexable
[
extraProp
:
string
]:
any
Index
Properties
date
day
Number
Text
dow
has
Nav
Link
in
Popover
is
Disabled
is
Future
is
Major
is
Narrow
is
Other
is
Past
is
Today
month
Text
options
text
text
Parts
view
weekday
Text
Properties
date
date
:
Date
day
Number
Text
dayNumberText
:
string
dow
dow
:
number
has
Nav
Link
hasNavLink
:
boolean
in
Popover
inPopover
:
boolean
is
Disabled
isDisabled
:
boolean
is
Future
isFuture
:
boolean
is
Major
isMajor
:
boolean
is
Narrow
isNarrow
:
boolean
is
Other
isOther
:
boolean
is
Past
isPast
:
boolean
is
Today
isToday
:
boolean
month
Text
monthText
:
string
options
options
:
{
businessHours
:
boolean
}
text
text
:
string
text
Parts
textParts
:
DateTimeFormatPartWithWeek
[]
view
view
:
ViewApi
weekday
Text
weekdayText
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
day
Number
Text
dow
has
Nav
Link
in
Popover
is
Disabled
is
Future
is
Major
is
Narrow
is
Other
is
Past
is
Today
month
Text
options
text
text
Parts
view
weekday
Text
Trilium Frontend API
Loading...