Interface: TemplateSection

August 8, 2026 ยท View on GitHub

@plures/praxis


@plures/praxis / index / TemplateSection

Interface: TemplateSection

Defined in: src/lifecycle/docs.ts:66

A required or optional section within a document template, defining its heading, description, and example content.

Properties

description

description: string

Defined in: src/lifecycle/docs.ts:72

Description of what goes here


example?

optional example?: string

Defined in: src/lifecycle/docs.ts:74

Example content


heading

heading: string

Defined in: src/lifecycle/docs.ts:68

Section heading


required

required: boolean

Defined in: src/lifecycle/docs.ts:70

Whether this section is required