phina.js.d.ts
    Preparing search index...

    Interface GridStatic

    interface GridStatic {
        new GridStatic(
            width?: number,
            columns?: number,
            loop?: boolean,
            offset?: number,
        ): phina.util.Grid;
        new GridStatic(props?: GridArguments): phina.util.Grid;
        (
            width?: number,
            columns?: number,
            loop?: boolean,
            offset?: number,
        ): phina.util.Grid;
        (props?: GridArguments): phina.util.Grid;
    }
    Index

    Constructors

    Constructors