From 5d09bdff993af962c206d216147a37044b4a36a1 Mon Sep 17 00:00:00 2001 From: Mike Kucera Date: Mon, 6 May 2024 09:50:35 -0400 Subject: [PATCH] Add cy.renderedExtent() to docs Fixes #3242 --- documentation/docmaker.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/documentation/docmaker.json b/documentation/docmaker.json index 4b95130991..61a5888f5d 100644 --- a/documentation/docmaker.json +++ b/documentation/docmaker.json @@ -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).",