Interface: InjectActivityResult
@roomful/angular / InjectActivityResult
Interface: InjectActivityResult
Section titled “Interface: InjectActivityResult”Defined in: angular/src/index.ts:388
Describes the return value of injectActivity.
Properties
Section titled “Properties”entries
Section titled “entries”entries:
Signal<ActivityEntry[]>
Defined in: angular/src/index.ts:393
Exposes the current activity feed, newest first. Reactive: updates on any local or remote entry.
record()
Section titled “record()”record: (
type,data?) =>ActivityEntry
Defined in: angular/src/index.ts:398
Records a new activity entry authored by the local peer and broadcasts it.
Records an activity entry and broadcasts it to peers.
Parameters
Section titled “Parameters”string
The activity type label.
unknown
An optional structured payload.
Returns
Section titled “Returns”The recorded entry.