@serenity-is/corelib / PostToUrlOptions
Interface: PostToUrlOptions
Defined in: src/compat/services-compat.tsx:39
Options for posting arbitrary parameters to a URL via a hidden form.
Compat shim for the legacy Q.PostToUrlOptions type.
Deprecated
Prefer fetch or standard form handling. Kept for legacy file-export / report post flows.
Properties
params
params:
any
Defined in: src/compat/services-compat.tsx:45
Map of form field names to values; each entry becomes a hidden <input> in the posted form.
target?
optionaltarget:string
Defined in: src/compat/services-compat.tsx:43
Form target attribute (e.g., "_blank").
url?
optionalurl:string
Defined in: src/compat/services-compat.tsx:41
Target URL to post to (app-relative or absolute). Resolved via resolveUrl.