HarmonyOS Development: How a Parent Component Calls a Method in a Child Component
Jun 30, 2025 · 3 min read · Foreword this article is based on Api13 in many scenarios, the parent component needs to trigger a method in the child component to implement some specific logic, but ArkUI is a declarative UI and cannot directly call the method in the child componen...
Join discussion