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

    Class ZetaPagination

    Pagination needs a description.

    pageChange - Fired when page change. Contains a single value in details: page: number.

    Hierarchy

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

    Other

    • Returns ZetaPagination

    rounded: boolean
    siblingCount: number = 1

    Number of pages on both sides of current active page.

    totalPages: number = 10

    Total number of pages.

    styles: CSSResultGroup[] = ...
    • Parameters

      • iconName: string
      • pageNumber: number
      • disabled: boolean

      Returns TemplateResult<1>

    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>