---
title: "LocalRcCustomPlugins"
description: "Composition local for the [CustomPluginRegistry] used to render [Custom] components."
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
public val LocalRcCustomPlugins: ProvidableCompositionLocal<CustomPluginRegistry?> =
    compositionLocalOf {
        null
    }
```

Composition local for the `CustomPluginRegistry` used to render `Custom` components. Provided by
`RcPlayer`'s `customPlugins` parameter.
