Skip to content

request.parent

← Back to the parameter index

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, symbol buildRequestConfig
  • 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 .

The panel source named above remains authoritative for runtime behavior. This secondary reference page is generated from the reviewed parameter matrix and does not replace the contextual guide.