type
Actor
Actor identifies an authenticated document and its owning auth collection. An empty ID denotes an anonymous actor. Data is an immutable snapshot.
Properties
| Property | Type | Description |
|---|---|---|
ID | ID | The ID value. |
Collection | schema.CollectionSlug | The Collection value. |
Data | View | The Data value. |
Full signature
type Actor struct {
ID ID
Collection schema.CollectionSlug
Data View
}