Skip to content

request.customRequest.method

← Back to the parameter index

HTTP method for a custom data source.

This is a compact property lookup. Use the contextual guide below for the complete feature model, configuration sequence, interactions, examples, and limitations.

Context
custom requests
Accepted value
GET | POST | PUT | PATCH | DELETE
Required
Yes
Default
No documented default.

User scenarios

  • Load table rows from a custom endpoint.

Related parameters

Contextual guide and evidence

  • Contextual guide: Open the complete human guide
  • Source: apps/panel/src/features/objects/request/types/index.ts, symbol CustomHttpRequestConfig
  • Example coverage: Complete — The typed-value guide shows a GET custom request.
  • Demo coverage: Partial — The custom-request Table exercises GET; the other supported HTTP methods are not covered. 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.