(instanceId: string, ctx: BackendContext)
| 86 | } |
| 87 | |
| 88 | export function markSelectedInstance(instanceId: string, ctx: BackendContext) { |
| 89 | ctx.currentInspectedComponentId = instanceId |
| 90 | ctx.currentAppRecord.lastInspectedComponentId = instanceId |
| 91 | } |
| 92 | |
| 93 | export function sendEmptyComponentData(instanceId: string, ctx: BackendContext) { |
| 94 | ctx.bridge.send(BridgeEvents.TO_FRONT_COMPONENT_SELECTED_DATA, { |
no outgoing calls
no test coverage detected