%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#458588", "primaryTextColor": "#fbf1c7", "primaryBorderColor": "#fabd2f", "lineColor": "#a89984", "secondaryColor": "#b8bb26", "tertiaryColor": "#d3869b", "background": "#282828", "mainBkg": "#3c3836", "textColor": "#ebdbb2"}}}%% flowchart TD A["RootDocument"] --> B["ParentContainer"] B --> C["ChildButton"] A -. "Capturingบนลงล่าง" .-> C C -. "Bubblingล่างขึ้นบน" .-> A