(componentDefinition: any)
| 74 | } |
| 75 | |
| 76 | export function checkDashChildrenUpdate(componentDefinition: any) { |
| 77 | return ( |
| 78 | 'dashChildrenUpdate' in |
| 79 | pathOr( |
| 80 | {}, |
| 81 | [componentDefinition?.namespace, componentDefinition?.type], |
| 82 | window as any |
| 83 | ) |
| 84 | ); |
| 85 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…