@salesforce/b2c-tooling-sdk / cli / DetailSection
Interface: DetailSection
Defined in: packages/b2c-tooling-sdk/src/cli/details.ts:45
Section under a sub-heading. Renders a blank line, the heading, a separator, and then either label/value fields or a flat list of lines.
Properties
fields?
optionalfields:DetailField[]
Defined in: packages/b2c-tooling-sdk/src/cli/details.ts:49
Label/value rows. Mutually exclusive with lines.
lines?
optionallines:string[]
Defined in: packages/b2c-tooling-sdk/src/cli/details.ts:51
Flat list of single-column rows (e.g. role names). Mutually exclusive with fields.
title
title:
string
Defined in: packages/b2c-tooling-sdk/src/cli/details.ts:47
Section heading shown above the body