toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-electron
/
electron.core
/
LoadFileOptions
Load
File
Options
external
interface
LoadFileOptions
(
source
)
Members
Properties
hash
Link copied to clipboard
abstract
var
hash
:
String
?
Passed to
url.format()
.
query
Link copied to clipboard
abstract
var
query
:
ReadonlyRecord
<
String
,
String
>
?
Passed to
url.format()
.
search
Link copied to clipboard
abstract
var
search
:
String
?
Passed to
url.format()
.