Packages

object Attrs

Instead of using the methods on this object directly, import attrlist and use Style or Attribute which has more semantic meeting.

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

Value Members

  1. def append(a: Attrs, b: Attrs): Attrs
  2. def apply(attr0: Attrs, attrs: Attrs*): Attrs

    Make a list out of another list.

  3. def apply(attrs: Attr*): Attrs

    Make a list of attributes.

    Make a list of attributes. To obtain a js.Object call .toJs on the result.

  4. implicit def attrToAttrs(attr: Attr): Attrs
  5. def concat(as: Seq[Attrs]): Attrs

    Lazy create a new list from existing lists.

  6. def zero: Attrs

    Attrs is a monoid.

    Attrs is a monoid. This is the zero value.