Skip to Content

Function: getWarningEntries()

function getWarningEntries(): readonly WarningEntry[];

Return individual warning entries collected in the current warning cycle.

Entries include optional slide or element context when available. The public conversion APIs flush entries at the end of a conversion, so this is mainly useful for lower-level renderer workflows, tests, and integrations that manage the warning cycle directly.

Returns

readonly WarningEntry[]