Interface: KoboBlock
Defined in: kobo.ts:56
Properties
body
body: XlsformRow[];
Defined in: kobo.ts:61
Rows strictly between the begin_* and its end_*.
close?
optional close?: XlsformRow;
Defined in: kobo.ts:63
Absent when the author never closed the block.
kind
kind: KoboBlockKind;
Defined in: kobo.ts:57
open
open: XlsformRow;
Defined in: kobo.ts:59
The begin_* row.