interface BlockMaskList {
    blockList: (string | BlockPermutation | BlockType)[];
    maskType: BlockMaskListType;
}

Properties

Properties

blockList: (string | BlockPermutation | BlockType)[]