diff --git a/documentation/docmaker.json b/documentation/docmaker.json index 50dce6a4cf..ee3a17d792 100644 --- a/documentation/docmaker.json +++ b/documentation/docmaker.json @@ -1984,22 +1984,6 @@ "md": "collection/style" }, - { - "name": "ele.renderedStyle", - "pureAliases": [ "eles.renderedCss" ], - "descr": "Get the style of the element in [rendered dimensions](#notation/position).", - "formats": [ - { - "descr": "Get a name-value pair object containing rendered visual style properties and their values for the element." - }, - - { - "descr": "Get a particular rendered style property value.", - "args": [ { "name": "name", "descr": "The name of the visual style property to get." } ] - } - ] - }, - { "name": "ele.numericStyle", "descr": "Get the numeric value of a style property in preferred units that can be used for calculations.",