object CustomElementsManifest extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CustomElementsManifest
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Animation(name: String, description: Option[String]) extends Product with Serializable
- case class Attribute(name: String, description: Option[String], type: Option[ValueType], resolveInitializer: Option[ResolveInitializer], default: Option[String], fieldName: Option[String]) extends Product with Serializable
- case class CssPart(description: Option[String], name: String) extends Product with Serializable
- case class CssProperty(description: Option[String], name: String) extends Product with Serializable
- case class Declaration(kind: String, name: String, description: Option[String], summary: Option[String], tagNameWithoutPrefix: Option[String], tagName: String, customElement: Boolean, superclass: Superclass, jsDoc: Option[String], documentation: Option[String], status: Option[String], since: Option[String], cssProperties: Vector[CssProperty], cssParts: Vector[CssPart], slots: Vector[Slot], members: Vector[Member], attributes: Vector[Attribute], events: Vector[Event], animations: Vector[Animation], dependencies: Vector[String]) extends Product with Serializable
- case class Event(type: Option[ValueType], description: Option[String], name: String, reactName: Option[String], eventName: Option[String]) extends Product with Serializable
- case class Export(kind: String, name: String, declaration: ExportDeclaration) extends Product with Serializable
- case class ExportDeclaration(name: String, module: Option[String]) extends Product with Serializable
- case class Member(kind: String, name: String, description: Option[String], type: Option[ValueType], static: Boolean = false, parameters: Vector[MethodParameter], attribute: Option[String], reflects: Boolean = false, readonly: Boolean = false, default: Option[String], privacy: Option[String]) extends Product with Serializable
- case class MethodParameter(name: String, optional: Boolean = false, type: Option[ValueType]) extends Product with Serializable
- case class Module(kind: String, path: String, declarations: Vector[Declaration], exports: Vector[Export]) extends Product with Serializable
- case class ResolveInitializer(module: String) extends Product with Serializable
- case class Slot(description: Option[String], name: String) extends Product with Serializable
- case class Superclass(name: String, module: Option[String]) extends Product with Serializable
- case class ValueType(text: String) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- implicit val codec: JsonValueCodec[CustomElementsManifest]
- implicit val codecValueType: JsonValueCodec[ValueType]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated