All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.epsilon.MultiFileField.kt Maven / Gradle / Ivy

There is a newer version: 3.0.11
Show newest version
@file:JsExport
package epsilon

import kollections.List
import kotlinx.JsExport
import symphony.ListField

interface MultiFileField : ListField {
    fun addFile(file: RawFile)
    fun addAllFiles(file: List)

    fun addUrl(url: String)
    fun addAllUrls(url: List)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy