Contains additional options for a block fill operation.

interface BlockFillOptions {
    matchingBlock?: BlockPermutation;
}

Properties

Properties

matchingBlock?: BlockPermutation

When specified, the fill operation will only apply to blocks that match this description.