To start using the plugin you need first to add the canvas element to your page, this is the main container which will contain all your graphics

Screen Shot 2022-04-01 at 11.37.01 PM.png

Untitled

This element has some actions and states related to deal with your general design

the next step is to add the object element to deal with the canvas based on what is the type of object you want to add to your canvas, these elements is

Untitled Database

every element has it’s own actions to add and edit the object type, and states to get the selected object properties


Deal with Text example

1- after adding canvas element and c-text element to your page, you can assign action [add c-text] to any workflow event

this action will add a text with the options you define to the canvas element

Untitled


2- you can update any selected text in the canvas with [update c-text] action

Untitled