This should be mixed into any Designs that want to support Layer selection. If a layer appears in both [[includeLayers]] and [[excludeLayers]], it will be excluded. The special layer name '__all' stands for the set of all layers.
Parameter Rules
excludeLayers: The layers to exclude.
Example: [];
includeLayers: The layers to exclude.
Example: ["__all"];
Mixins
NONE
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
excludeLayers |
array |
[] |
Render |
Cached |
includeLayers |
array |
["__all"] |
Inputs |
Cached |