Skip to main content
cngx-src documentation

CngxPaginateEmitHandlers

Interface

projects/common/data/paginate/paginate-emit.ts

Import#

import { CngxPaginateEmitHandlers } from '@cngx/common/data'

Description#

Handlers the two-way emit bridge forwards page changes to - typically a host component's pageIndexChange / pageSizeChange output emitters.

Index#

Properties

Instance Properties#

onIndex#function
Readonly

Called once per effective page-index change.

onSize#function
Readonly

Called once per effective page-size change.