UNPKG

@kui-shell/plugin-tutorials

Version:

IBM Cloud shell plugin for tutorials

8 lines (7 loc) 238 B
/** * Cycle through the nodes and edges of the current wskflow, * simulating a hover effect on them, each in turn. A cancellable will * be registered with the given object. * */ export declare const wskflowCycle: (obj: any) => void;