Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
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()
.