Summary
Resolve the effective header/footer reference for a slot, walking the section inheritance chain.- Operation ID:
headerFooters.resolve - API member path:
editor.doc.headerFooters.resolve(...) - Mutates document:
no - Idempotency:
idempotent - Supports tracked mode:
no - Supports dry run:
no - Deterministic target resolution:
yes
Expected result
Returns a HeaderFooterResolveResult indicating explicit, inherited, or none status with the resolved refId.Input fields
Example request
Output fields
Variant 1 (section.kind=“section”)
Variant 2 (resolvedFromSection.kind=“section”)
Variant 3 (status=“none”)
Example response
Pre-apply throws
TARGET_NOT_FOUNDINVALID_TARGETINVALID_INPUT
Non-applied failure codes
- None
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema

