Last updated 4 months ago
Was this helpful?
For a non-exhaustive list of pre-made verbs for creating statements, see the class. Verbs are a static property of the XAPI Object.
XAPI
import XAPI, { Statement } from "@xapi/xapi"; const statement: Statement = { actor: actor, verb: XAPI.Verbs.INITIALIZED, object: object };