Selection criteria for blocks with include and exclude filters

interface BlockSelection {
    exclude?: BlockFilter;
    include: BlockFilter;
}

Properties

Properties

exclude?: BlockFilter

Blocks that match this filter will be excluded

include: BlockFilter

Blocks that match this filter will be included