# ConditionalContentsOption

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/editor/src/plugins/toolbar/primitives/toolbar.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/editor/src/plugins/toolbar/primitives/toolbar.tsx#L247)

## Properties

| Property | Type |
|---|---|
| `when` | `(rootNode: EditorInFocus | null) => boolean` |
| `contents` | `() => React.ReactNode` |
