narou
    Preparing search index...

    Class SearchBuilderBase<TParams, TOrder>Abstract

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    api: NarouNovel

    NarouNovel インスタンス

    params: TParams = ...

    クエリパラメータ

    Methods

    • ページ番号と1ページあたりの件数で取得範囲を指定する

      Parameters

      • no: number

        ページ番号 (0-)

      • count: number = 20

        1ページあたりの件数 (デフォルト: 20)

      Returns this

    • Protected

      配列をハイフン区切りの文字列に変換する

      Type Parameters

      • T extends string | number

      Parameters

      • n: T | readonly T[]

        文字列または数値の配列、あるいは単一の文字列または数値

      Returns Join<T>

      ハイフン区切りの文字列