Appearance
request.customRequest.dataPath
Dot path to a nested response array.
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
string- Required
- No
- Default
- No documented default.
User scenarios
- Extract rows from a wrapped custom response.
Related parameters
Contextual guide and evidence
- Contextual guide: Open the complete human guide
- Source:
apps/panel/src/features/objects/request/types/index.ts, symbolCustomHttpRequestConfig - Example coverage: Partial — The contextual guide explains the field and its behavior, but no focused example isolates it.
- Demo coverage: Complete — The custom-request Table extracts the nested panel.panels array from the fixture response. Open the runnable demo .