Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-router
/
react.router.dom
/
GetFormSubmissionInfoResult
Get
Form
Submission
Info
Result
sealed
external
interface
GetFormSubmissionInfoResult
(
source
)
Members
Properties
action
Link copied to clipboard
abstract
var
action
:
String
?
body
Link copied to clipboard
abstract
var
body
:
Any
?
enc
Type
Link copied to clipboard
abstract
var
encType
:
FormEncType
form
Data
Link copied to clipboard
abstract
var
formData
:
FormData
?
method
Link copied to clipboard
abstract
var
method
:
String