Skip to main content

Interface: SheetTemplate

Defined in: src/types.ts:139

A single sheet within a parsed template — its directives, group keys, and data blocks. Returned indirectly via analyze (ParsedTemplate.sheetTemplates).

TypeScript-impl-specific shape. Porters should NOT copy this structure into their own internal model (see PORTERS_GUIDE.md "What you MUST NOT copy from the TS impl"); use it only to inspect the TS impl's parsed output.

Properties

PropertyTypeDefined in
blocksDataBlock[]src/types.ts:146
dataEndRownumbersrc/types.ts:143
dataStartRownumbersrc/types.ts:142
directiveRowsnumber[]src/types.ts:145
directivesDirective[]src/types.ts:144
groupKeysstring[]src/types.ts:141
originalNamestringsrc/types.ts:140