Type Alias: RenderMode
type RenderMode = "fill" | "review" | "summary";
Defined in: types.ts:48
How much of a form the renderer shows and lets the user change (docs/06 §9).
type RenderMode = "fill" | "review" | "summary";
Defined in: types.ts:48
How much of a form the renderer shows and lets the user change (docs/06 §9).