Skip to content

Commit

Permalink
Add cy.renderedExtent() to docs
Browse files Browse the repository at this point in the history
Fixes #3242
  • Loading branch information
mikekucera committed May 6, 2024
1 parent 2bfefff commit 5d09bdf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion documentation/docmaker.json
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,11 @@
"descr": "Get the extent of the viewport, a bounding box in model co-ordinates that lets you know what model positions are visible in the viewport.",
"md": "core/extent"
},

{
"name": "cy.renderedExtent",
"descr": "Get the width and height of the viewport canvas in [rendered (on-screen) points](#notation/position).",
"md": "core/extent"
},
{
"name": "cy.autolock",
"descr": "Get or set whether nodes are automatically locked (i.e. if `true`, nodes are locked despite their individual state).",
Expand Down

0 comments on commit 5d09bdf

Please sign in to comment.