Trilium Frontend API
Preparing search index...
<internal>
DateProfileGeneratorProps
Interface DateProfileGeneratorProps
interface
DateProfileGeneratorProps
{
calendarApi
:
CalendarApiImpl
;
dateAlignment
?:
string
;
dateEnv
:
DateEnv
;
dateIncrement
?:
Duration
;
dateProfileGeneratorClass
:
DateProfileGeneratorClass
;
dayCount
?:
number
;
duration
:
Duration
;
durationUnit
:
string
;
fixedWeekCount
?:
boolean
;
hiddenDays
?:
number
[]
;
showNonCurrentDates
?:
boolean
;
slotMaxTime
:
Duration
;
slotMinTime
:
Duration
;
usesMinMaxTime
:
boolean
;
validRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
;
visibleRangeInput
?:
|
DateRangeInput
|
(
(
this
:
CalendarApiImpl
,
nowDate
:
Date
)
=>
DateRangeInput
)
;
weekends
?:
boolean
;
}
Hierarchy (
View Summary
)
DateProfileOptions
DateProfileGeneratorProps
Index
Properties
calendar
Api
date
Alignment?
date
Env
date
Increment?
date
Profile
Generator
Class
day
Count?
duration
duration
Unit
fixed
Week
Count?
hidden
Days?
show
Non
Current
Dates?
slot
Max
Time
slot
Min
Time
uses
Min
Max
Time
valid
Range
Input?
visible
Range
Input?
weekends?
Properties
calendar
Api
calendarApi
:
CalendarApiImpl
Optional
date
Alignment
dateAlignment
?:
string
date
Env
dateEnv
:
DateEnv
Optional
date
Increment
dateIncrement
?:
Duration
date
Profile
Generator
Class
dateProfileGeneratorClass
:
DateProfileGeneratorClass
Optional
day
Count
dayCount
?:
number
duration
duration
:
Duration
duration
Unit
durationUnit
:
string
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
uses
Min
Max
Time
usesMinMaxTime
:
boolean
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
calendar
Api
date
Alignment
date
Env
date
Increment
date
Profile
Generator
Class
day
Count
duration
duration
Unit
fixed
Week
Count
hidden
Days
show
Non
Current
Dates
slot
Max
Time
slot
Min
Time
uses
Min
Max
Time
valid
Range
Input
visible
Range
Input
weekends
Trilium Frontend API
Loading...