Appearance
request.methodName
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, symbolbuildRequestConfig - 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 .