Interface: DevtoolsSerializationOptions
@roomful/devtools / DevtoolsSerializationOptions
Interface: DevtoolsSerializationOptions
Section titled “Interface: DevtoolsSerializationOptions”Defined in: types.ts:363
Configures value serialization limits for devtools snapshots.
Properties
Section titled “Properties”maxArrayLength?
Section titled “maxArrayLength?”
optionalmaxArrayLength:number
Defined in: types.ts:367
Caps the number of array items preserved per array.
maxDepth?
Section titled “maxDepth?”
optionalmaxDepth:number
Defined in: types.ts:372
Caps the recursion depth preserved during serialization.
maxObjectKeys?
Section titled “maxObjectKeys?”
optionalmaxObjectKeys:number
Defined in: types.ts:377
Caps the number of object keys preserved per object.
maxStringLength?
Section titled “maxStringLength?”
optionalmaxStringLength:number
Defined in: types.ts:382
Caps the number of characters preserved per string.