Type alias MoveOptions

MoveOptions: {
    concepts?: string[];
    force: number;
    objects?: string[];
}

Options available when specifying moveTo and moveAway in the query.nearText method.

Type declaration

  • Optional concepts?: string[]
  • force: number
  • Optional objects?: string[]