hyTags
HomeHome DocumentationDocumentation

style-get-bottom

Gets the bottom style property value of an element
Parameter
Type
Description
return
number
The bottom value as a number
Test Case:Get bottom from inline style
    <div></div>
    
    <style-set name="bottom" value="30px">
    <style-get-bottom>
    <assert-equal value="30" type="number">
    
    👆 Try to change something!
  • Test succeeded Test failed