TypedPropertyDescriptorMutableBuilder

@inline final class TypedPropertyDescriptorMutableBuilder[Self <: TypedPropertyDescriptor[_], T](val x: Self & TypedPropertyDescriptor[T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setConfigurable(value: Boolean): Self
@inline
@inline
def setEnumerable(value: Boolean): Self
@inline
@inline
def setGet(value: () => T): Self
@inline
def setGetUndefined: Self
@inline
def setSet(value: T => Unit): Self
@inline
def setSetUndefined: Self
@inline
def setValue(value: T): Self
@inline
@inline
def setWritable(value: Boolean): Self
@inline

Concrete fields

val x: Self & TypedPropertyDescriptor[T]