[][src]Type Definition activitystreams::activity::Add

type Add = ActorAndObject<AddType>;

Indicates that the actor has added the object to the target.

If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.

This is just an alias for Object<AddType> because there's no fields inherent to Add that aren't already present on an ActorAndObject.