---
title: "Current Collection"
slug: "current-collection"
updated: 2026-02-23T12:03:35Z
published: 2026-02-23T12:03:35Z
canonical: "documentation.lakesidesoftware.com/current-collection"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.lakesidesoftware.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Current Collection

| Feature | API | Column | Description | Type | Precision |
| --- | --- | --- | --- | --- | --- |
| URL | window.location.href | URL | Protocol + hostname, example: https://www.example.com | String |  |
| Title | window.title | TITLE | Title of the webpage | String |  |
| Page Load Time | new Date(); Date.now(); | PAGELOADTIME | Time between our script starting and the browser firing the ‘load’ or ‘onload’ event | Double | Milliseconds |
| Time on Page | Date.now(); | TIMEONPAGE | Time between our script starting and the browser firing the ‘beforeunload’ or ‘onbeforeunload’ event Double | Double | Milliseconds |
| Focus Time | Every second, call document.hasFocus() and increment focus time if it does | FOCUSTIMEONPAGE | Time the page had focus | Double | Seconds |
| Full URL | window.location.href | FULLURL | Full URL of the page, example: https://www.example.com/ex/ample.html | String |  |
| Tab Count | browser.tabs | NUMTABS | Number of open tabs when the ‘beforeunload’ or ‘onbeforeunload’ event was fired. | Integer |  |
