data class KFile
A serializable class for a multiplatform File type.
KFile(name: String, size: Int, content: String? = null)
A serializable class for a multiplatform File type. |
val content: String? |
|
val name: String |
|
val size: Int |
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors. |