UNPKG

@kui-shell/plugin-wskflow

Version:

Visualizations for Composer apps

9 lines (8 loc) 331 B
import { Tab } from '@kui-shell/core'; import { FlowNode } from './graph'; import ActivationLike from './activation'; /** * Render deployment status of graph nodes * */ export default function (tab: Tab, actions: Record<string, string[]>, activations: ActivationLike[], graphData: FlowNode, options: any): Promise<HTMLElement>;