Skip to main content

Interface: XformInfo

Defined in: xform.ts:52

Properties

formhubUuid?

optional formhubUuid?: string;

Defined in: xform.ts:59

Kobo/Ona inject <formhub><uuid>…</uuid></formhub> as the first child.


id

id: string;

Defined in: xform.ts:56

The root's id attribute, reproduced byte-exactly on every submission.


metaNs?

optional metaNs?: "orx" | null;

Defined in: xform.ts:65

orx when the form puts meta in the OpenRosa namespace, else null.


nodeOrder

nodeOrder: string[];

Defined in: xform.ts:61

Depth-first paths relative to the root, e.g. ["hh", "hh/name", "meta"].


paths

paths: Record<string, string>;

Defined in: xform.ts:63

Element name → its absolute XForm path, e.g. { name: "/data/hh/name" }.


rootName

rootName: string;

Defined in: xform.ts:54

Root element of the primary instance — data, an asset uid, whatever.


version

version: string;

Defined in: xform.ts:57