型・APIリファレンス
    Preparing search index...

    Interface EntityListingSearchResult

    検索結果データ

    interface EntityListingSearchResult {
        data: Record<string, CellValue>[];
        error?: string;
        hasNext: boolean;
        totalCount: number;
    }
    Index

    Properties

    data: Record<string, CellValue>[]

    検索結果行データ

    error?: string

    エラーメッセージ

    hasNext: boolean

    次ページ有無

    totalCount: number

    総件数