Skip to content

@maxhealth.tech/prefab / auto / AutoComparisonOptions

Interface: AutoComparisonOptions

Defined in: auto/comparison.ts:15

Properties

title?

ts
optional title?: string;

Defined in: auto/comparison.ts:17

Heading above the comparison.


subtitle?

ts
optional subtitle?: string;

Defined in: auto/comparison.ts:19

Optional subtitle.


highlightKey?

ts
optional highlightKey?: string;

Defined in: auto/comparison.ts:21

Key whose value gets a colored Badge for emphasis.


columns?

ts
optional columns?: number;

Defined in: auto/comparison.ts:23

Number of grid columns. Defaults to number of items (max 4).

Released under the MIT License.