o

webcodegen

WebComponentsTranslator

object WebComponentsTranslator

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebComponentsTranslator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val Def: WebComponentsDef.type
  2. val M: CustomElementsManifest.type
  3. def allJsProperties(elementDeclaration: Declaration): Vector[Member]
  4. def attributes(elementDeclaration: Declaration): Vector[Attribute]
  5. def cssParts(elementDeclaration: Declaration): Vector[CssPart]
  6. def cssProperties(elementDeclaration: Declaration): Vector[CssProperty]
  7. def events(elementDeclaration: Declaration): Vector[Event]
  8. def fromManifest(customElements: CustomElements, manifest: CustomElementsManifest): WebComponentsDef
  9. def sanitizeCssName(rawName: String): String
  10. def slots(elementDeclaration: Declaration): Vector[Slot]