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

com.olvind.mui.muiBase.anon.ListboxPopper.scala Maven / Gradle / Ivy

There is a newer version: 5.11.16
Show newest version
package com.olvind.mui.muiBase.anon

import com.olvind.mui.muiBase.multiSelectUnstyledMultiSelectUnstyledDottypesMod.MultiSelectUnstyledPopperSlotProps
import slinky.core.ReactComponentClass
import slinky.core.facade.ReactElement
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

trait ListboxPopper[TValue /* <: js.Object */] extends StObject {
  
  var listbox: js.UndefOr[ReactElement] = js.undefined
  
  var popper: js.UndefOr[ReactComponentClass[MultiSelectUnstyledPopperSlotProps[TValue]]] = js.undefined
  
  var root: js.UndefOr[ReactElement] = js.undefined
}
object ListboxPopper {
  
  inline def apply[TValue /* <: js.Object */](): ListboxPopper[TValue] = {
    val __obj = js.Dynamic.literal()
    __obj.asInstanceOf[ListboxPopper[TValue]]
  }
  
  @scala.inline
  implicit open class MutableBuilder[Self <: ListboxPopper[?], TValue /* <: js.Object */] (val x: Self & ListboxPopper[TValue]) extends AnyVal {
    
    inline def setListbox(value: ReactElement): Self = StObject.set(x, "listbox", value.asInstanceOf[js.Any])
    
    inline def setListboxUndefined: Self = StObject.set(x, "listbox", js.undefined)
    
    inline def setPopper(value: ReactComponentClass[MultiSelectUnstyledPopperSlotProps[TValue]]): Self = StObject.set(x, "popper", value.asInstanceOf[js.Any])
    
    inline def setPopperUndefined: Self = StObject.set(x, "popper", js.undefined)
    
    inline def setRoot(value: ReactElement): Self = StObject.set(x, "root", value.asInstanceOf[js.Any])
    
    inline def setRootUndefined: Self = StObject.set(x, "root", js.undefined)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy