Skip to content

request.methodName

← Back to the parameter index

Backend metamethod selected by the method request strategy.

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
Yes — when using the method-based request strategy
Default
No documented default.

User scenarios

  • Load panel data through a backend metamethod.

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 includes the complete fixture-owned MetaMethod Table configuration.
  • Demo coverage: Complete — The Method request tab loads real Table rows through the shared request router and local MetaMethods/Run handler. 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.