<< Click to Display Table of Contents >> Navigation: Support > Reconfigurable Rulebook > Definition Objects > EventChildInterpolation |
When an Event uses string interpolation in it's EventName (used to define multiple similiarly named events at once), and EventChildInterpolation is used to define the children of those derived events
Name |
Value Type |
Description |
EventName |
String |
The child events unique name String interpolation should be used, e.g. "P{}" for defining multiple similarly named Events at a time. Interpolation values always start at 1 and increment. They are grouped together by String (see below) number of names. Required and may not be blank. |
String |
Integer |
The number of interpolated Event Names to group together for each derived Event. |
{
"ScoreFormat": "Events",
"Values": "1..50",
"Calculation": "SUM",
"EventName": "PR {}",
"Children": {
"EventName": "P{}",
"String": 10
},
"EventType": "STRING"
}