RowFormatOptions Interface @beta
Row-formatting options for ChangesetReader factory methods. Controls how EC property values are represented in the returned instances.
Properties
| Name | Type | Description | |
|---|---|---|---|
| abbreviateBlobs | boolean | undefined | When false, binary properties are returned as full Uint8Array values. |
|
| classIdsToClassNames | boolean | undefined | When true, ECClassId and RelECClassId values are converted from hex strings |
|
| useJsName | boolean | undefined | When true, all property keys and struct sub-keys are returned in camelCase |
Defined in
Last Updated: 06 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.