kvision / pl.treksoft.kvision.cordova / FileSystem

FileSystem

external interface FileSystem

Properties

name

abstract var name: String

root

abstract var root: DirectoryEntry

Extension Functions

createInstance

fun <T> Any?.createInstance(vararg args: dynamic): T

Helper function for creating JavaScript objects from dynamic constructors.