Skip to content

RepeatMode🔗

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

Definition🔗

export enum RepeatMode {
    Variable = "variable",
}