![JAR search and dependency download from the Maven repository](/logo.png)
chrome.app.window.bindings.FrameOptions.scala Maven / Gradle / Ivy
package chrome.app.window.bindings
import scala.scalajs.js
@js.native
trait FrameOptions extends js.Object {
val `type`: js.UndefOr[FrameOptions.Type] = js.native
val color: js.UndefOr[String] = js.native
val activeColor: js.UndefOr[String] = js.native
val inactiveColor: js.UndefOr[String] = js.native
}
object FrameOptions {
type Type = String
val NONE: Type = "none"
val CHROME: Type = "chrome"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy