Skip to content
View as Markdown
View as Markdown

@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?

optional fields: DetailField[]

Defined in: packages/b2c-tooling-sdk/src/cli/details.ts:49

Label/value rows. Mutually exclusive with lines.


lines?

optional lines: 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

Released under the Apache-2.0 License.