trait Rename extends Object
Rename a field from source to target.
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Rename
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
val
source: UndefOr[String]
- Annotations
- @JSOptional()
-
val
target: UndefOr[String]
- Annotations
- @JSOptional()
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
valueOf(): Any
- Definition Classes
- Object