Trilium Frontend API
Preparing search index...
<internal>
DateProfileOptions
Interface DateProfileOptions
interface
DateProfileOptions
{
dateAlignment
?:
string
;
dateIncrement
?:
Duration
;
dayCount
?:
number
;
fixedWeekCount
?:
boolean
;
hiddenDays
?:
number
[]
;
showNonCurrentDates
?:
boolean
;
slotMaxTime
:
Duration
;
slotMinTime
:
Duration
;
validRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
;
visibleRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
;
weekends
?:
boolean
;
}
Hierarchy (
View Summary
)
DateProfileOptions
DateProfileGeneratorProps
Index
Properties
date
Alignment?
date
Increment?
day
Count?
fixed
Week
Count?
hidden
Days?
show
Non
Current
Dates?
slot
Max
Time
slot
Min
Time
valid
Range
Input?
visible
Range
Input?
weekends?
Properties
Optional
date
Alignment
dateAlignment
?:
string
Optional
date
Increment
dateIncrement
?:
Duration
Optional
day
Count
dayCount
?:
number
Optional
fixed
Week
Count
fixedWeekCount
?:
boolean
Optional
hidden
Days
hiddenDays
?:
number
[]
Optional
show
Non
Current
Dates
showNonCurrentDates
?:
boolean
slot
Max
Time
slotMaxTime
:
Duration
slot
Min
Time
slotMinTime
:
Duration
Optional
valid
Range
Input
validRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
Optional
visible
Range
Input
visibleRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
Optional
weekends
weekends
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
date
Alignment
date
Increment
day
Count
fixed
Week
Count
hidden
Days
show
Non
Current
Dates
slot
Max
Time
slot
Min
Time
valid
Range
Input
visible
Range
Input
weekends
Trilium Frontend API
Loading...