pageCount
  • 25 Sep 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

pageCount

  • Dark
    Light
  • PDF

Article Summary

Description

Type: Number

Returns the total # of pages in your app's layout.


Examples

// display the total # of pages in your app's layout in the debugger
debug.log(app.pageCount);

Remarks

Use the app.pageIndex and app.PageCount properties to detect where the user currently is within your layout experience.


What's Next