> For the complete documentation index, see [llms.txt](/llms.txt).
> The full corpus is at [llms-full.txt](/llms-full.txt).

# BehaviorPlugin

> **BehaviorPlugin**(`props`): `null`

Defined in: plugin.behavior.tsx:15

Plugin component that registers a list of `Behavior`s with the editor.

Stabilize the `behaviors` array (a module-level constant or `useMemo`)
to avoid a full unregister/re-register cycle on every parent render: a
new array reference per render triggers the registration effect to
re-run.

:::caution[Beta]
This API should not be used in production and may be trimmed from a public release.
:::

## Parameters

### props

#### behaviors

`Behavior`[]

## Returns

`null`