---
title: item
framework: TVMLKit JS
role: symbol
role_heading: Instance Method
platforms: [tvOS 13.0+, Safari Desktop 3.0+, Safari Mobile 2.0+]
path: tvmljs/htmlcollection/1632035-item
---

# item

## Declaration

```data
Node item(
    in int index
);
```

```data
getter Element? item(
    unsigned long index
);
```
