MCPcopy Create free account
hub / github.com/AudiusProject/apps / TanQueryLineup

Function TanQueryLineup

packages/web/src/components/lineup/TanQueryLineup.tsx:137–471  ·  view source on GitHub ↗
({
  'aria-label': ariaLabel,
  variant = LineupVariant.MAIN,
  ordered = false,
  delineate = false,
  endOfLineupElement: endOfLineup,
  leadingElementId,
  lineupContainerStyles,
  tileContainerStyles,
  tileStyles,
  emptyElement,
  numPlaylistSkeletonRows,
  isTrending = false,
  onClickTile,
  initialPageSize,
  scrollParent: externalScrollParent,
  loadMoreThreshold = DEFAULT_LOAD_MORE_THRESHOLD,
  start,
  shouldLoadMore = true,
  data,
  pageSize,
  lineup = defaultLineup,
  play,
  pause,
  loadNextPage,
  hasNextPage,
  isPending = true,
  isPlaying = false,
  // isFetching = true,
  isError = false,
  maxEntries
}: TanQueryLineupProps)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

useIsMobileFunction · 0.90
makeFunction · 0.90
delineateByTimeFunction · 0.90
ArrayInterface · 0.85
skeletonTilePropsFunction · 0.85
makeGetCurrentFunction · 0.50
playFunction · 0.50
pauseFunction · 0.50

Tested by

no test coverage detected