Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: DevtoolsSerializationOptions

@roomful/devtools


@roomful/devtools / DevtoolsSerializationOptions

Defined in: types.ts:355

Configures value serialization limits for devtools snapshots.

optional maxArrayLength: number

Defined in: types.ts:359

Caps the number of array items preserved per array.


optional maxDepth: number

Defined in: types.ts:364

Caps the recursion depth preserved during serialization.


optional maxObjectKeys: number

Defined in: types.ts:369

Caps the number of object keys preserved per object.


optional maxStringLength: number

Defined in: types.ts:374

Caps the number of characters preserved per string.