- The passing of data through nested children components, in order to get it to more deeply-nested components where the data is needed. If not all components need the respective data, prop drilling is considered an issue, one to be avoided by different component composition or state management. Prop drilling is known from JavaScript libraries and frameworks like React and Vue.js.
- Previous term: Prop
- Next term: Property
- Random term: Authoring Tool Accessibility Guidelines