> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for LandingPageTabType

> Lists the enum values for LandingPageTabType.

## LandingPageTabType Enum

What kind of content the tab shows (selection, entity record, or a hardcoded provider)

| Name      | Value | Description                                                  |
| --------- | ----- | ------------------------------------------------------------ |
| Unknown   | 0     | 0: Unknown / not set                                         |
| Selection | 1     | 1: A saved selection                                         |
| Entity    | 2     | 2: A single entity record (e.g. a request/ticket)            |
| Provider  | 3     | 3: A hardcoded provider (e.g. LastTickets, FavouriteTickets) |

## Usage

* [landing\_page\_tab](../landing-page-tab).tab\_type - A tab (pinned selection or entity record) on a landing page
