@formstack/forms-renderer
    Preparing search index...

    Interface IPagingContext

    interface IPagingContext {
        currentPage: number;
        totalPages: number;
    }
    Index

    Properties

    currentPage: number
    totalPages: number