1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/common/ipc/catalog.ts
Sebastian Malton 38211c8b1e Convert catalog entity sync to websocket
- Send events about individual entities instead of the whole set

- Do basic diffing for updates

Signed-off-by: Sebastian Malton <sebastian@malton.name>
2022-02-11 09:30:57 -05:00

10 lines
291 B
TypeScript

/**
* Copyright (c) OpenLens Authors. All rights reserved.
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
/**
* This is used to activate a specific entity in the renderer main frame
*/
export const catalogEntityRunListener = "catalog-entity:run";