hyTags
HomeHome DocumentationDocumentation

object-get-values

Returns an array of all values in the object.
Parameter
Type
Description
self
Object
The object to get the values from.
return
[any]
An array containing all values in the object.
Test Case:Get values from object
    <div></div>
    
    <object-new>
    <object-set key="greeting">
      <string-new value="hello">
    </object-set>
    <object-get-values>
    <array-get-size>
    <assert-equal value="1" type="number">
    
    👆 Try to change something!
  • Test succeeded Test failed