Trilium Frontend API
Preparing search index...
<internal>
DayLaneInfo
Interface DayLaneInfo
interface
DayLaneInfo
{
date
:
Date
;
dow
:
number
;
isDisabled
:
boolean
;
isFuture
:
boolean
;
isMajor
:
boolean
;
isNarrow
:
boolean
;
isOther
:
boolean
;
isPast
:
boolean
;
isStack
:
boolean
;
isToday
:
boolean
;
view
:
ViewApi
;
[
extraProp
:
string
]:
any
;
}
Hierarchy (
View Summary
)
DateMeta
DayLaneInfo
Indexable
[
extraProp
:
string
]:
any
Index
Properties
date
dow
is
Disabled
is
Future
is
Major
is
Narrow
is
Other
is
Past
is
Stack
is
Today
view
Properties
date
date
:
Date
dow
dow
:
number
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
Stack
isStack
:
boolean
is
Today
isToday
:
boolean
view
view
:
ViewApi
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
dow
is
Disabled
is
Future
is
Major
is
Narrow
is
Other
is
Past
is
Stack
is
Today
view
Trilium Frontend API
Loading...