Kottster Packages API Reference
    Preparing search index...

    Interface TablePageGetRecordsResult

    interface TablePageGetRecordsResult {
        records?: TablePageRecord[];
        total?: number;
    }
    Index

    Properties

    Properties

    records?: TablePageRecord[]
    total?: number