Back to API Reference
Class
CompositeModifier
sealed
Inherits:BaseModifier
Combines modifiers and splits semicolon-delimited parameters by child order. A child that splits again takes its own list as one parenthesized segment: (a;b);c.
public static BaseModifier FindLeaf()The style-level capability test: returns root itself, or the first composite leaf (depth-first), assignable to modifierType; null when none. Every "does this style speak X" lookup goes through here so composites are never invisible.
