Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IProperties

Index

Properties

entries

entries: ReadonlyArray<IEntry>

The extension entries to display.

listMode

listMode: "block" | "allow" | "default" | "invalid"

The list mode to apply.

numPages

numPages: number

The number of pages that can be viewed via pagination.

onPage

onPage: (page: number) => void

The callback to use for changing the page

Type declaration

    • (page: number): void
    • Parameters

      • page: number

      Returns void

performAction

performAction: (action: Action, entry: IEntry) => void

Callback to use for performing an action on an entry.

Type declaration

Optional translator

translator: ITranslator

The language translator.

viewType

viewType: "installed" | "searchResult"

The requested view type.

Generated using TypeDoc