NavigationBar.getMinAreaHeight

Syntax

getMinAreaHeight();

Description

The getMinAreaHeight method returns the minimum height of side panel.

Example

To execute the example, the page must contain the NavigationBar component named navigationBar (see Example of Creating the NavigationBar Component). Get the minimum height of side panel area:

// Get the minimum height of side panel area
console.log("Minimum height of side panel area: " + navigationBar.getMinAreaHeight());

As a result the console displays the minimum height of side panel area:

Minimum height of side panel area: 200

See also:

NavigationBar