diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index f18131dcb..7d9115bcd 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -46405,7 +46405,7 @@ { "name": "scope", "optional": false, - "type": "{\n \t first: number, // Index of first record\n \t last: number, // Index of last record\n \t rows: number, // Number of rows to display in new page\n \t page: number, // New page number\n \t pageCount: number, // Total number of pages\n \t totalRecords: number, // Total records\n \t firstPageCallback: (event: Event) ⇒ void, // First page function.\n\t lastPageCallback: (event: Event) ⇒ void, // Last page function.\n\t prevCallback: (event: Event) ⇒ void, // Previous page function.\n\t nextCallback: (event: Event) ⇒ void, // Next page function.\n\t rowChangeCallback: (value: number) ⇒ void, // Row change function.\n}", + "type": "{\n \t first: number, // Index of first record\n \t last: number, // Index of last record\n \t rows: number, // Number of rows to display in new page\n \t page: number, // New page number\n \t pageCount: number, // Total number of pages\n \t totalRecords: number, // Total records\n \t firstPageCallback: (event: Event) ⇒ void, // First page function.\n\t lastPageCallback: (event: Event) ⇒ void, // Last page function.\n\t prevPageCallback: (event: Event) ⇒ void, // Previous page function.\n\t nextPageCallback: (event: Event) ⇒ void, // Next page function.\n\t rowChangeCallback: (value: number) ⇒ void, // Row change function.\n}", "description": "container slot's params." } ],