mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
- Send events about individual entities instead of the whole set - Do basic diffing for updates Signed-off-by: Sebastian Malton <sebastian@malton.name>
10 lines
291 B
TypeScript
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";
|