Search.../

visibleInMenu

Indicates if the page is included in the site's menu.

Description

Whether a page is visible in the site menu is set in the Editor using the Page Settings panel.

Type:

booleanRead Only

Was this helpful?

Get whether the page appears in the site menu

Copy Code
1let isInMenu = $w("#myPage").visibleInMenu; // true