interface BoxInfo {
    children: (undefined | object)[];
    indices: Int32Array;
}

Properties

Properties

children: (undefined | object)[]
indices: Int32Array