Skip to content

Interface: Options

Properties

PropertyModifierTypeDescription
constants?readonlyRecord<string, any>A hash of key - value pairs used to convert constants to values.
functions?readonlyRecord<string, Function>A hash of key-value pairs used to resolve formula functions.
reference?readonlyReferenceA variable resolver factory function.
tokenRx?readonlyRegExpA regular expression used to validate token variables.