@zebra-fed/zeta-web
    Preparing search index...

    Class ZetaLoginPage

    TODO

    Hierarchy

    • ContourableInterface<this> & LitElement<this>
      • ZetaLoginPage
    Index

    Other

    • Returns ZetaLoginPage

    description?: string

    Extra information to display to the user to inform them what they are signing into

    name: string

    Name of Zebra Product.

    rounded: boolean
    url: string

    The URL to redirect to when the Sign in button is pressed

    styles: CSSResultGroup[] = ...

    rendering

    • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

      Returns TemplateResult<1>