Interface: ActivityOptions
@roomful/core / ActivityOptions
Interface: ActivityOptions
Section titled “Interface: ActivityOptions”Defined in: packages/core/src/types.ts:1900
Configures the ActivityEngine.
Properties
Section titled “Properties”limit?
Section titled “limit?”
optionallimit:number
Defined in: packages/core/src/types.ts:1905
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: packages/core/src/types.ts:1911
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.