Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface GridOffset2D

    2D offset coordinates of a grid space.

    interface GridOffset2D {
        i: number;
        j: number;
    }
    Index

    Properties

    i j

    Properties

    i: number

    The row coordinate (an integer)

    j: number

    The column coordinate (an integer)