Interface: ActivityOptions
@roomful/solid / ActivityOptions
Interface: ActivityOptions
Section titled “Interface: ActivityOptions”Defined in: core/dist/types.d.ts:1625
Configures the ActivityEngine.
Properties
Section titled “Properties”limit?
Section titled “limit?”
optionallimit:number
Defined in: core/dist/types.d.ts:1630
The maximum number of entries retained in the feed (default 100); the oldest are dropped
first once the cap is exceeded.
storageAdapter?
Section titled “storageAdapter?”
optionalstorageAdapter:ActivityStorageAdapter
Defined in: core/dist/types.d.ts:1635
Optional durable storage. When set, the feed is restored from it on startup and saved after every change, so activity survives reconnects and reloads. See ActivityStorageAdapter.