Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.database
/
Database
Database
data class
Database
(id:
DatabaseId
, domain:
String
, name:
String
, version:
String
)
Content copied to clipboard
Database object.
Constructors
Properties
Sources
Constructors
Database
Link copied to clipboard
fun
Database
(id:
DatabaseId
, domain:
String
, name:
String
, version:
String
)
Content copied to clipboard
Properties
domain
Link copied to clipboard
val
domain
:
String
Content copied to clipboard
Database domain.
id
Link copied to clipboard
val
id
:
DatabaseId
Content copied to clipboard
Database ID.
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
Database name.
version
Link copied to clipboard
val
version
:
String
Content copied to clipboard
Database version.
Sources
jvm source
Link copied to clipboard