DetailsContent

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

Definition

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

Usage

import { undefined } from 'uxp/components';

Last updated