navigatePreviousEnabled( )


Whether navigation to the previous gallery item is enabled.

The navigatePreviousEnabled() function returns true when the gallery can navigate to the previous item (slide).

If the gallery isn't set to loop in the UI settings, and the current item is the first one, the gallery can't navigate to the previous item. In this case, the navigatePreviousEnabled() function returns false.

Method Declaration
Copy
Request
This method does not take any parameters
Returns
Return Type:boolean
Was this helpful?
Yes
No