Namespace contract.visible
The namespace for the contract interface (to be used by a page builder) for
the visible contract. This contract interface allows the pagebuilder to
notify the CHIP when the CHIP's visibility has been changed.
Defined in: visible.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
contract.visible.setVisible(bNewVisible)
Notifies the CHIP about its new visibility.
|
Method Detail
<static>
contract.visible.setVisible(bNewVisible)
Notifies the CHIP about its new visibility. The CHIP is only informed, if the
visibility is different then before.
- Parameters:
- {boolean} bNewVisible
- the CHIP visibility
- Since:
- 1.17.0