ArriveProperties

Type Alias ArriveProperties 

Source
pub type ArriveProperties = ActorAndOrigin;
Expand description

Properties for the Arrive activity

Aliased Type§

pub struct ArriveProperties {
    pub actor: Value,
    pub origin: Value,
}

Fields§

§actor: Value

Describes one or more entities that either performed or are expected to perform the activity.

Any single activity can have multiple actors. The actor MAY be specified using an indirect Link.

  • Range: Object | Link
  • Functional: false
§origin: Value

Describes an indirect object of the activity from which the activity is directed.

The precise meaning of the origin is the object of the English preposition “from”. For instance, in the activity “John moved an item to List B from List A”, the origin of the activity is “List A”.

  • Range: Object | Link
  • Functional: false