Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IProperties

Hierarchy

  • IProperties

Index

Properties

entries

entries: ReadonlyArray<IEntry>

The extension entries to display.

numPages

numPages: number

The number of pages that can be viewed via pagination.

onPage

onPage: function

The callback to use for changing the page

Type declaration

    • (page: number): void
    • Parameters

      • page: number

      Returns void

performAction

performAction: function

Callback to use for performing an action on an entry.

Type declaration

Generated using TypeDoc