Skip to content

customerParamsObject

Defines properties for customer types, typically pre-declared via a define in the domain parameter file.

{
"key": <string>,
"liveries": [string: real],
"delayFactor": <real>,
}
key string
Unique identifier for referencing this customer type.
clone customerParamsKey
Inherit values from a previously defined customer type.
liveries [string: real] default null
Maps livery names to subsidy values; controls which resource liveries can service this customer. Empty/null permits any livery.
delayFactor real default 1.0
Multiplier applied to all delay costs for this customer’s stops.
helix helixObject
Helix-specific configuration (see below).

The helix block is a Helix addition to customerParams (ignored by Spiral itself).

projects projectParamsKey
The project types an operator may create for this customer. Restricts the create-from-template picker (and therefore the project’s root stop) in the Helix client.