Skip to content

RepeatMode🔗

other repeat modes will be added in the future: label, frame

Definition🔗

type RepeatMode string
const (
    RepeatModeVariable RepeatMode = "variable"
)