Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface TrackRepeat
import { type TrackRepeat } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A <track-repeat> value, representing the repeat() function in a track list.

See TrackListItem.

Properties

The repeat count.

lineNames: String[][]

The line names to repeat.

trackSizes: TrackSize[]

The track sizes to repeat.