Alpha: Document API is currently alpha and subject to breaking changes.
Summary
Set or clear thekerning inline run property on the target text range.
- Operation ID:
format.kerning - API member path:
editor.doc.format.kerning(...) - Mutates document:
yes - Idempotency:
conditional - Supports tracked mode:
no - Supports dry run:
yes - Deterministic target resolution:
yes
Expected result
Returns a TextMutationReceipt confirming the inline run property patch was applied to the target range.Input fields
Example request
Output fields
Variant 1 (resolution.requestedTarget.kind=“text”)
Variant 2 (resolution.requestedTarget.kind=“text”)
Example response
Pre-apply throws
TARGET_NOT_FOUNDCAPABILITY_UNAVAILABLEINVALID_TARGETINVALID_INPUT
Non-applied failure codes
INVALID_TARGET
Raw schemas
Raw input schema
Raw input schema
Raw output schema
Raw output schema
Raw success schema
Raw success schema
Raw failure schema
Raw failure schema

