Skip to main content

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

ParameterType
blockKoboBlock
depsPick<KoboFoldDeps, "log" | "sheet" | "name" | "label" | "rowName">

Returns

ElementDraft