ml-matrix
    Preparing search index...

    Interface IRepeatOptions

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

    Properties

    Properties

    columns?: number

    Number of times the columns should be repeated.

    1

    rows?: number

    Number of times the rows should be repeated.

    1