Appearance
request.parent
Parent object type that owns the requested backend metamethod.
This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.
- Context
- method-based object requests
- Accepted value
string- Required
- No
- Default
- No documented default.
User scenarios
- Resolve a metamethod in the correct backend type context.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/objects/request/composables/use-build-request-config.ts, symbolbuildRequestConfig - Example coverage: Complete — The Requests guide shows the LocalOrder owner sent with the fixture method request.
- Demo coverage: Complete — The local method handler requires the configured LocalOrder parent before returning rows. Open the runnable demo .