Documentation for Canvas object

Hi All

I could able to get the Canvas object using the following code

var canvas = bpmnModeler.get(‘canvas’);

I am trying to find the methods for the canvas object.

Can anyone help me in this or redirect to be the documentation if its there any.

Thanks for the help in Advance. …

We do not have documentation as a website yet. Each of our components is comprehensively documented in code though.

To find individual components GitHub search on diagram-js and bpmn-js are your friends.

The Canvas is part of the diagram core (diagram-js).