---
title: "admGetAllScreens"
canonical: "https://support.appfire.com/space/PSJC/790758380/admGetAllScreens"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> The screens

Returns an array of screens. All of them

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetAllScreens() | **Package** | adm |
| **Alias** |  | **Pkg Usage** | [use adm;
allScreens();] |

## Return Type

**[JScreen []](https://appfire.atlassian.net/wiki/spaces/PSJC/pages/435028065)**

## Example

```javascript
JScreen [] screens = admGetAllScreens();
```

Returns the JScreen objects.

## See also

> Macro (contentbylabel)