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

com.olvind.mui.muiMaterial.anon.PartialImageListItemBarClasses.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/ImageListItemBar/imageListItemBarClasses.ImageListItemBarClasses> */
trait PartialImageListItemBarClasses extends StObject {
  
  var actionIcon: js.UndefOr[String] = js.undefined
  
  var actionIconActionPosLeft: js.UndefOr[String] = js.undefined
  
  var positionBelow: js.UndefOr[String] = js.undefined
  
  var positionBottom: js.UndefOr[String] = js.undefined
  
  var positionTop: js.UndefOr[String] = js.undefined
  
  var root: js.UndefOr[String] = js.undefined
  
  var subtitle: js.UndefOr[String] = js.undefined
  
  var title: js.UndefOr[String] = js.undefined
  
  var titleWrap: js.UndefOr[String] = js.undefined
  
  var titleWrapActionPosLeft: js.UndefOr[String] = js.undefined
  
  var titleWrapActionPosRight: js.UndefOr[String] = js.undefined
  
  var titleWrapBelow: js.UndefOr[String] = js.undefined
}
object PartialImageListItemBarClasses {
  
  inline def apply(): PartialImageListItemBarClasses = {
    val __obj = js.Dynamic.literal()
    __obj.asInstanceOf[PartialImageListItemBarClasses]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: PartialImageListItemBarClasses] (val x: Self) extends AnyVal {
    
    inline def setActionIcon(value: String): Self = StObject.set(x, "actionIcon", value.asInstanceOf[js.Any])
    
    inline def setActionIconActionPosLeft(value: String): Self = StObject.set(x, "actionIconActionPosLeft", value.asInstanceOf[js.Any])
    
    inline def setActionIconActionPosLeftUndefined: Self = StObject.set(x, "actionIconActionPosLeft", js.undefined)
    
    inline def setActionIconUndefined: Self = StObject.set(x, "actionIcon", js.undefined)
    
    inline def setPositionBelow(value: String): Self = StObject.set(x, "positionBelow", value.asInstanceOf[js.Any])
    
    inline def setPositionBelowUndefined: Self = StObject.set(x, "positionBelow", js.undefined)
    
    inline def setPositionBottom(value: String): Self = StObject.set(x, "positionBottom", value.asInstanceOf[js.Any])
    
    inline def setPositionBottomUndefined: Self = StObject.set(x, "positionBottom", js.undefined)
    
    inline def setPositionTop(value: String): Self = StObject.set(x, "positionTop", value.asInstanceOf[js.Any])
    
    inline def setPositionTopUndefined: Self = StObject.set(x, "positionTop", 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)
    
    inline def setSubtitle(value: String): Self = StObject.set(x, "subtitle", value.asInstanceOf[js.Any])
    
    inline def setSubtitleUndefined: Self = StObject.set(x, "subtitle", js.undefined)
    
    inline def setTitle(value: String): Self = StObject.set(x, "title", value.asInstanceOf[js.Any])
    
    inline def setTitleUndefined: Self = StObject.set(x, "title", js.undefined)
    
    inline def setTitleWrap(value: String): Self = StObject.set(x, "titleWrap", value.asInstanceOf[js.Any])
    
    inline def setTitleWrapActionPosLeft(value: String): Self = StObject.set(x, "titleWrapActionPosLeft", value.asInstanceOf[js.Any])
    
    inline def setTitleWrapActionPosLeftUndefined: Self = StObject.set(x, "titleWrapActionPosLeft", js.undefined)
    
    inline def setTitleWrapActionPosRight(value: String): Self = StObject.set(x, "titleWrapActionPosRight", value.asInstanceOf[js.Any])
    
    inline def setTitleWrapActionPosRightUndefined: Self = StObject.set(x, "titleWrapActionPosRight", js.undefined)
    
    inline def setTitleWrapBelow(value: String): Self = StObject.set(x, "titleWrapBelow", value.asInstanceOf[js.Any])
    
    inline def setTitleWrapBelowUndefined: Self = StObject.set(x, "titleWrapBelow", js.undefined)
    
    inline def setTitleWrapUndefined: Self = StObject.set(x, "titleWrap", js.undefined)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy