Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed May 23, 2024
1 parent ae3a883 commit cd49655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions canvas_modules/common-canvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ flows of linked nodes.

The elyra-ai/canvas repo contains three main modules:

* [Common Canvas](03-common-canvas.md) - This contains canvas functionality which is packaged into the [elyra/canvas NPM module](https://www.npmjs.com/package/@elyra/canvas) and deployed to the NPM registry. It provides a way for an application to display a flow of data operations (shown as a set of nodes connected with links) to the user and to allows the user to interact with the display to modify the flow.
* [Common Canvas](https://elyra-ai.github.io/canvas/03-common-canvas/) - This contains canvas functionality which is packaged into the [elyra/canvas NPM module](https://www.npmjs.com/package/@elyra/canvas) and deployed to the NPM registry. It provides a way for an application to display a flow of data operations (shown as a set of nodes connected with links) to the user and to allows the user to interact with the display to modify the flow.

Common Canvas is a React component and is assisted by a regular JavaScript class called `CanvasController` which provides an API and handles the internal data model of the flow. While Common Canvas will display a working flow editor with little initial development work, it is highly customizable, where node shape and appearance, colors, styles layout etc can all be customized by the application. Common Canvas handles flows parsed from, and serialized into, a pipeline flow JSON document. It's palette of available nodes is also customized by the application providing a JSON document that descibes groups of nodes.

* [Common Properties](04-common-properties.md) - This contains properties functionality which is packaged into the [elyra/canvas NPM module](https://www.npmjs.com/package/@elyra/canvas) and deployed to the NPM registry. It provides a way to translate a JSON document, which describes a set of properties with UI hints, into a working properties dialog panel.
* [Common Properties](https://elyra-ai.github.io/canvas/04-common-properties/) - This contains properties functionality which is packaged into the [elyra/canvas NPM module](https://www.npmjs.com/package/@elyra/canvas) and deployed to the NPM registry. It provides a way to translate a JSON document, which describes a set of properties with UI hints, into a working properties dialog panel.

Common Properties is a React component and has an associated properties controller object.

Expand Down

0 comments on commit cd49655

Please sign in to comment.