JsBlock.setBlockTitileVisible

Syntax

setBlockTitileVisible(visible: Boolean);

Parameters

visible. It determines whether block title is displayed:

Description

The setBlockTitileVisible method hides/displays block title.

Example

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:

  1. Open the dashboard with the 88665 key:

kapBox.open({
    Key: 88665
});
  1. Select dashboard block and execute the following in the console:

currentBlock.setBlockTitileVisible(true);

After executing the example, dashboard block title is displayed if it was hidden.

See also:

JsBlock