Type alias BaseNearTextOptions<T, V, I>

BaseNearTextOptions<T, V, I>: BaseNearOptions<T, V, I> & {
    moveAway?: MoveOptions;
    moveTo?: MoveOptions;
}

Base options for the query.nearText method.

Type Parameters

  • T
  • V
  • I

Type declaration