com.olvind.mui.muiMaterial.anon.PartialAppBarClasses.scala Maven / Gradle / Ivy
The newest version!
package com.olvind.mui.muiMaterial.anon
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
/* Inlined std.Partial<@mui/material.@mui/material/AppBar/appBarClasses.AppBarClasses> */
trait PartialAppBarClasses extends StObject {
var colorDefault: js.UndefOr[String] = js.undefined
var colorInherit: js.UndefOr[String] = js.undefined
var colorPrimary: js.UndefOr[String] = js.undefined
var colorSecondary: js.UndefOr[String] = js.undefined
var colorTransparent: js.UndefOr[String] = js.undefined
var positionAbsolute: js.UndefOr[String] = js.undefined
var positionFixed: js.UndefOr[String] = js.undefined
var positionRelative: js.UndefOr[String] = js.undefined
var positionStatic: js.UndefOr[String] = js.undefined
var positionSticky: js.UndefOr[String] = js.undefined
var root: js.UndefOr[String] = js.undefined
}
object PartialAppBarClasses {
inline def apply(): PartialAppBarClasses = {
val __obj = js.Dynamic.literal()
__obj.asInstanceOf[PartialAppBarClasses]
}
@scala.inline
implicit open class MutableBuilder[Self <: PartialAppBarClasses] (val x: Self) extends AnyVal {
inline def setColorDefault(value: String): Self = StObject.set(x, "colorDefault", value.asInstanceOf[js.Any])
inline def setColorDefaultUndefined: Self = StObject.set(x, "colorDefault", js.undefined)
inline def setColorInherit(value: String): Self = StObject.set(x, "colorInherit", value.asInstanceOf[js.Any])
inline def setColorInheritUndefined: Self = StObject.set(x, "colorInherit", js.undefined)
inline def setColorPrimary(value: String): Self = StObject.set(x, "colorPrimary", value.asInstanceOf[js.Any])
inline def setColorPrimaryUndefined: Self = StObject.set(x, "colorPrimary", js.undefined)
inline def setColorSecondary(value: String): Self = StObject.set(x, "colorSecondary", value.asInstanceOf[js.Any])
inline def setColorSecondaryUndefined: Self = StObject.set(x, "colorSecondary", js.undefined)
inline def setColorTransparent(value: String): Self = StObject.set(x, "colorTransparent", value.asInstanceOf[js.Any])
inline def setColorTransparentUndefined: Self = StObject.set(x, "colorTransparent", js.undefined)
inline def setPositionAbsolute(value: String): Self = StObject.set(x, "positionAbsolute", value.asInstanceOf[js.Any])
inline def setPositionAbsoluteUndefined: Self = StObject.set(x, "positionAbsolute", js.undefined)
inline def setPositionFixed(value: String): Self = StObject.set(x, "positionFixed", value.asInstanceOf[js.Any])
inline def setPositionFixedUndefined: Self = StObject.set(x, "positionFixed", js.undefined)
inline def setPositionRelative(value: String): Self = StObject.set(x, "positionRelative", value.asInstanceOf[js.Any])
inline def setPositionRelativeUndefined: Self = StObject.set(x, "positionRelative", js.undefined)
inline def setPositionStatic(value: String): Self = StObject.set(x, "positionStatic", value.asInstanceOf[js.Any])
inline def setPositionStaticUndefined: Self = StObject.set(x, "positionStatic", js.undefined)
inline def setPositionSticky(value: String): Self = StObject.set(x, "positionSticky", value.asInstanceOf[js.Any])
inline def setPositionStickyUndefined: Self = StObject.set(x, "positionSticky", js.undefined)
inline def setRoot(value: String): Self = StObject.set(x, "root", value.asInstanceOf[js.Any])
inline def setRootUndefined: Self = StObject.set(x, "root", js.undefined)
}
}