Document apiReferenceTables
tables.setRowHeight
Set the height of a table row.
mutates documentdry runidempotent
doc.tables.setRowHeight(…)Expected result
Returns a TableMutationResult receipt; reports NO_OP if the row height already matches.
Inputs
Variant 1
targetTableRowAddressrequiredFields
kind"block"requirednodeType"tableRow"requirednodeIdstringrequiredheightPtnumberrequiredrule"atLeast" | "exact" | "auto"Variant 2
targetTableAddressrequiredFields
kind"block"requirednodeType"table"requirednodeIdstringrequiredrowIndexintegerrequiredheightPtnumberrequiredrule"atLeast" | "exact" | "auto"Variant 3
nodeIdstringrequiredrowIndexintegerrequiredheightPtnumberrequiredrule"atLeast" | "exact" | "auto"Result
Output fields
true
successtruerequiredtableTableAddressFields
kind"block"requirednodeType"table"requirednodeIdstringrequiredtrackedChangeRefsEntityAddress[]false
successfalserequiredfailureobjectrequiredFields
code"NO_OP" | "INVALID_TARGET" | "TARGET_NOT_FOUND" | "CAPABILITY_UNAVAILABLE"requiredmessagestringrequireddetailsunknownFailures
Pre-apply throws
TARGET_NOT_FOUNDINVALID_TARGETCAPABILITY_UNAVAILABLE
Non-applied receipt codes
INVALID_TARGETNO_OP
Raw schemas
Open the generated JSON artifact for the exact input, output, success, and failure schemas represented by this contract version.
View raw JSON schemas