@karmaniverous/rrstack
GitHub
Preparing search index...
index
RuleOptionsJson
Type Alias RuleOptionsJson
RuleOptionsJson
:
Partial
<
Omit
<
RRuleOptions
,
"dtstart"
|
"until"
|
"tzid"
|
"freq"
>
,
>
&
{
ends
?:
number
;
freq
:
FrequencyStr
;
starts
?:
number
}
JSON shape for rule options:
Derived from rrule Options with
dtstart
/
until
/
tzid
removed.
All properties optional except
freq
(required).
Adds
starts
/
ends
in the configured
UnixTimeUnit
for domain clamping.
freq
is a lower-case string (e.g., 'daily'); RRStack maps it to rrule's numeric enum internally.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/rrstack
Loading...
JSON shape for rule options:
dtstart
/until
/tzid
removed.freq
(required).starts
/ends
in the configured UnixTimeUnit for domain clamping.freq
is a lower-case string (e.g., 'daily'); RRStack maps it to rrule's numeric enum internally.