Packages

object Credits

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

Value Members

  1. def apply(enabled: UndefOr[Boolean] = js.undefined, href: UndefOr[String] = js.undefined, position: UndefOr[CleanJsObject[CreditsPosition]] = js.undefined, style: UndefOr[Object] = js.undefined, text: UndefOr[String] = js.undefined): Credits

    enabled

    Whether to show the credits text.

    href

    The URL for the credits label.

    position

    Position configuration for the credits label.

    style

    CSS styles for the credits label.

    text

    The text for the credits label.