Interface: FieldPresenceState
@roomful/vue / FieldPresenceState
Interface: FieldPresenceState
Section titled “Interface: FieldPresenceState”Defined in: core/dist/types.d.ts:1235
Reports the remote peers currently active on one field, keyed by an app-defined field id (a form input, table cell, or record attribute). Used to render “who else is editing this” indicators.
Properties
Section titled “Properties”fieldId
Section titled “fieldId”fieldId:
string
Defined in: core/dist/types.d.ts:1239
The app-defined field identifier (e.g. 'user.email' or 'row-42:status').
peers:
Peer<PresenceData>[]
Defined in: core/dist/types.d.ts:1243
The remote peers currently on the field, resolved with live presence.