(props)
| 13168 | return DataRefType.none; |
| 13169 | } |
| 13170 | function initState(props) { |
| 13171 | return { |
| 13172 | showSystemDialog: false, |
| 13173 | showVegaDialog: false, |
| 13174 | dataRefType: defaultDataRefType(props.dataFile), |
| 13175 | spec: null |
| 13176 | }; |
| 13177 | } |
| 13178 | function signalGroupKey(key) { |
| 13179 | for(let i = 0; i < (0, _language.strings).signalGroups.length; i++){ |
| 13180 | if ((0, _language.strings).signalGroups[i].prefix === key) return key; |
no test coverage detected