Kotlin SQLite
Toggle table of contents
0.0.3
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign WASM
/
ksqlite.foreign.structs
/
StructInfo
Struct
Info
web
interface
StructInfo
<
S
:
StructType
>
:
JsAny
(
source
)
Information on a struct.
Members
Members & Extensions
Properties
members
Link copied to clipboard
web
abstract
val
members
:
JsAny
Members of the struct.
Functions
member
Link copied to clipboard
web
fun
<
S
:
StructType
>
StructInfo
<
S
>
.
member
(
property
:
KProperty1
<
S
,
*
>
)
:
StructMember
Returns the
StructMember
for the
property
of
S
.