Interface IRepeatOptions

interface IRepeatOptions {
    columns?: number;
    rows?: number;
}

Properties

Properties

columns?: number

Number of times the columns should be repeated.

Default

1

rows?: number

Number of times the rows should be repeated.

Default

1