# DetailsContent

Type for content displayed in the ObjectDetailsPanel, either static or a function of row data.

## Definition

```tsx
export type DetailsContent = React.ReactNode | ((item: RowData, loading?: boolean) => React.ReactNode);
```

## Usage

```tsx
import { undefined } from 'uxp/components';
```
