Hide an element
Hide a specific element by making it "hidden"
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Element | The element you want to hide | PART | true | |
Remove element | Remove the element from the page. This will make sure no data on this element is shown in the HTML of the page. | BOOLEAN | true | true |