Helpful
    Preparing search index...

    A builder for a page object.

    Type Parameters

    • T = unknown
    Index

    Constructors

    Methods

    • Creates a page of data that has only one item, and it represents the entire data set.

      Type Parameters

      • D

      Parameters

      • item: D

        The only item in the data set.

      Returns ZPageBuilder<D>

      This object.