Extends
BaseOptions
Properties
calendar
calendar: CalendarLike;Temporal calendar
Inherited from
t.Internal.BaseOptions.calendarcatch
catch: boolean | undefined;catch or throw Errors
Inherited from
t.Internal.BaseOptions.catchdebug
debug: number | boolean | undefined;additional console.log for tracking
Inherited from
t.Internal.BaseOptions.debugdiscovery
discovery: string | symbol | Discovery;globalThis Discovery Symbol
Inherited from
t.Internal.BaseOptions.discoveryevent
event:
| Extend<{
christmas: "25 Dec";
christmas ?eve: "24 Dec";
fortnight: (this) => Tempo;
new.?years? ?eve: "31 Dec";
new.?years?(?: ?day)?: "01 Jan";
now: (this) => ZonedDateTime;
ny: "01 Jan";
nye: "31 Dec";
today: (this) => ZonedDateTime;
tomorrow: (this) => Tempo;
xmas: "25 Dec";
xmas ?eve: "24 Dec";
yesterday: (this) => Tempo;
}, string, string | Function>
| RegistryOption<Logic>;custom date aliases (events).
Inherited from
t.Internal.BaseOptions.eventformats
formats: Property<any>;custom format strings to merge in the FORMAT enum
Inherited from
t.Internal.BaseOptions.formatsignore
ignore: Ignore;noise words to ignore during parsing.
Inherited from
t.Internal.BaseOptions.ignoreintl?
optional intl?: IntlOptions;internationalization configuration (relativeTime, etc.)
Inherited from
t.Internal.BaseOptions.intllayout
layout:
| Extend<{
[key: symbol]: string;
}, symbol, string>
| RegistryOption<Pattern>;patterns to help parse value
Inherited from
t.Internal.BaseOptions.layoutlocale
locale: string;locale (e.g. en-AU)
Inherited from
t.Internal.BaseOptions.localemode?
optional mode?: "auto" | "strict" | "defer";initialization strategy ('auto'|'strict'|'defer')
Inherited from
t.Internal.BaseOptions.modemonthDay
monthDay: boolean | MonthDay;regional date-parsing configuration
Inherited from
t.Internal.BaseOptions.monthDayperiod
period:
| Extend<{
after[ -]?noon: "3:00pm";
evening: "18:00";
half[ -]?hour: (this) => string;
mid[ -]?day: "12:00";
mid[ -]?morning: "10:00";
mid[ -]?night: "24:00";
morning: "8:00";
night: "20:00";
noon: "12:00";
}, string, string | Function>
| RegistryOption<Logic>;custom time aliases (periods).
Inherited from
t.Internal.BaseOptions.periodpivot
pivot: number;pivot year for two-digit years
Inherited from
t.Internal.BaseOptions.pivotplanner?
optional planner?: PlannerOptions;parse planner configuration (layoutOrder, etc.)
Inherited from
t.Internal.BaseOptions.plannerplugins
plugins: Plugin | Plugin[];plugins to be automatically extended
Inherited from
t.Internal.BaseOptions.pluginssilent
silent: boolean | undefined;suppress console output during catch
Inherited from
t.Internal.BaseOptions.silentsnippet
snippet:
| Extend<{
[key: symbol]: RegExp;
}, symbol, RegExp>
| RegistryOption<Pattern>;date-time snippets to help compose a Layout
Inherited from
t.Internal.BaseOptions.snippetsphere
sphere: string | undefined;hemisphere for term.qtr or term.szn
Inherited from
t.Internal.BaseOptions.spherestore
store: string;localStorage key
Inherited from
t.Internal.BaseOptions.storetimeStamp?
optional timeStamp?: TimeStamp;Precision to measure timestamps (ms | us)
Inherited from
t.Internal.BaseOptions.timeStamptimeZone
timeZone: TimeZoneLike;Temporal timeZone
Inherited from
t.Internal.BaseOptions.timeZonevalue
value: DateTime;supplied value to parse
Inherited from
t.Internal.BaseOptions.value