Interface PaginationToggleTemplateProps Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:5 PropertiesOptional
first Index first Index ?: number
Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:7 Optional
item Count item Count ?: number
Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:11 Optional
items Title items Title ?: string
Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:13 Optional
last Index last Index ?: number
Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:9 Optional
of Word of Word ?: ReactNode
Defined in node_modules/@patternfly/react-core/dist/esm/components/Pagination/ToggleTemplate.d.ts:15
Allows more customization of the pagination dropdown toggle. The following properties should be passed into the pagination component's toggleTemplate property.