Skip to the content.

StructureEntry


interface StructureEntry {
    row: CellContents[][],
    cellSelection: boolean[],
    structureLink: StructureLinkDistance | undefined,
    wildcardsIndices: number[][]
}