toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
FilePathWithHeaders
File
Path
With
Headers
external
interface
FilePathWithHeaders
(
source
)
Members
Properties
headers
Link copied to clipboard
abstract
var
headers
:
ReadonlyRecord
<
String
,
String
>
?
Additional headers to be sent.
path
Link copied to clipboard
abstract
var
path
:
String
The path to the file to send.