Packages

package tags

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class CustomHtmlTag[Ref <: Element] extends HtmlTag[Ref]

    If you are creating custallowedInputControllerConfigIndiceshis class instead of HtmlTag.

    If you are creating custallowedInputControllerConfigIndiceshis class instead of HtmlTag.

    Currently this class is only used to support controlled blocks in Web Components, but it may get more features in the future.

    Note: We allow multiple input controller configs per custom element type in case there are weird cases like:

    • A web component with two HtmlProp-s defined for the same underlying prop, with different codecs
      • e.g. valueString vs valueNumber vs valueList
    • A web component with two input fields that can both be controlled independently.
  2. class HtmlTag[+Ref <: Element] extends Tag[ReactiveHtmlElement[Ref]]
  3. class SvgTag[+Ref <: Element] extends Tag[ReactiveSvgElement[Ref]]
  4. trait Tag[+El <: Base] extends AnyRef

Value Members

  1. object CustomHtmlTag
  2. object Tag

Ungrouped