method Activity.prototype.getOrigins
Activity.prototype.getOrigins(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; crossOrigin?: "ignore" | "throw" | "trust"; }): AsyncIterable<Object>
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".
Parameters
Return Type
Use with
Deno
Deno
pnpm
Yarn
vlt
npm
Bun
Add Package
deno add jsr:@fedify/vocab
Import symbol
import { Activity } from "@fedify/vocab";
or
Import directly with a jsr specifier
import { Activity } from "jsr:@fedify/vocab@^2.3.6";