Skip to main content

CSSPropertyPropagationCategory

reexport
type CSSPropertyPropagationCategory = "flow" | "retain"
  • flow CSS properties will be inherited by children TTree nodes;
  • retain CSS properties will only apply to the TTree node to which it is attached.