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