Skip to content

Commit

Permalink
Remove ele.renderedStyle() from the docs
Browse files Browse the repository at this point in the history
Ref : Deprecate `ele.renderedStyle()` #2223
  • Loading branch information
maxkfranz committed Nov 22, 2018
1 parent fbf399d commit 710c584
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions documentation/docmaker.json
Expand Up @@ -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.",
Expand Down

0 comments on commit 710c584

Please sign in to comment.