@maxhealth.tech/prefab / auto / AutoDetailOptions
Interface: AutoDetailOptions
Defined in: auto/index.ts:113
Properties
title?
ts
optional title?: string;Defined in: auto/index.ts:115
Title shown at the top of the card. Defaults to auto-detect from data.
exclude?
ts
optional exclude?: string[];Defined in: auto/index.ts:117
Fields to exclude from the detail view.
include?
ts
optional include?: string[];Defined in: auto/index.ts:119
Fields to include (if set, only these are shown).
maxDepth?
ts
optional maxDepth?: number;Defined in: auto/index.ts:121
Max nested depth to render (default 1).