Function: unsupportedKoboBlock()
function unsupportedKoboBlock(block, deps): ElementDraft;
Defined in: kobo.ts:305
Placeholder for a Kobo block seen without opts.kobo.
x:kobo-<kind> keeps the block addressable and round-trippable — an unknown
x: type renders a placeholder and never crashes (docs/00 §4) — while the
warning tells the operator that --kobo would have folded it properly.
Parameters
| Parameter | Type |
|---|---|
block | KoboBlock |
deps | Pick<KoboFoldDeps, "log" | "sheet" | "name" | "label" | "rowName"> |