---
title: "GlimmerLazyListItemScope"
description: "Receiver scope being used by the item content parameter of GlimmerLazyColumn."
type: "interface"
lastmod: "2026-05-20T01:13:52.932827Z"
---
## API Reference

> Source set: Android

```kotlin
public sealed interface GlimmerLazyListItemScope
```

Receiver scope being used by the item content parameter of [GlimmerLazyColumn](/jetpack-compose/androidx.xr.glimmer/glimmer/components/GlimmerLazyColumn). It helps define
scoped-based extensions that only apply to [GlimmerLazyColumn](/jetpack-compose/androidx.xr.glimmer/glimmer/components/GlimmerLazyColumn) items.
