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

chrome.filesystem.bindings.FileEntry.scala Maven / Gradle / Ivy

package chrome.filesystem.bindings

import scala.scalajs.js

@js.native
trait FileEntry extends js.Object {

  val fullPath: String = js.native
  val isDirectory: Boolean = js.native
  val isFile: Boolean = js.native
  val name: String = js.native

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy