Interface IHasColumn

A type of hit object which lies in one of a number of predetermined columns.

interface IHasColumn {
    column: number;
}

Properties

Properties

column: number

The column which the hit object lies in.