Share via


SP.QuickLaunchOptions enumeration

Specifies whether the list is displayed on the Quick Launch of the site.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var SP.QuickLaunchOptions = {defaultValue : "Undefined",off : "Undefined",on : "Undefined",registerEnum : "Undefined"}

Members

The QuickLaunchOptions object enumeration has the following members.

Member

Value

Description

defaultValue

2

Enumeration whose values specify that the list is displayed on the Quick Launch of the site if the OnQuickLaunch property of the list definition or list template of the associated list is true.

off

0

Enumeration whose values specify that the list is not displayed on the Quick Launch of the site.

on

1

Enumeration whose values specify that the list is displayed on the Quick Launch of the site.

registerEnum

Undefined