setHidden(hidden: Boolean);
hidden. It determines displaying of block:
True. Block is hidden.
False. Block is displayed.
The setHidden method hides or displays block.
To execute the example, make sure that the repository contains a dashboard with the 88665 key.
Create an HTML page with example of placing the KapBox component and execute the following operations:
Open the dashboard with the 88665 key:
Select the Document > Open main menu item
Execute the following in the console:
kapBox.open({
Key: 88665
});
Select dashboard block and execute the following in the console:
currentBlock.setHidden(true);
After executing the example, the selected block is hidden.
See also: