MCPcopy
hub / github.com/nukeop/nuclear / TrackTableLabels

Interface TrackTableLabels

packages/ui/src/components/TrackTable/types.ts:5–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { Track } from '@nuclearplayer/model';
4
5export interface TrackTableLabels {
6 headers: {
7 positionHeader: React.ReactNode;
8 thumbnailHeader: React.ReactNode;
9 artistHeader: string;
10 titleHeader: string;
11 albumHeader: string;
12 durationHeader: string;
13 };
14 playNow: string;
15 addToQueue: string;
16 playNext: string;
17 favorite: string;
18 unfavorite: string;
19 contextMenu: string;
20 selectAll: string;
21 reorderUnavailableDueToSort: string;
22 reorderUnavailableDueToFilter: string;
23 keyboardInstructions: string;
24 dragHandleLabel: string;
25 playAll: string;
26 addAllToQueue: string;
27}
28
29export type TrackTableClasses = {
30 root?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected