toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-react-router-dom
/
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