Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IProperties

Index

Properties

entries

entries: readonly IEntry[]

The extension entries to display.

listMode

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

The list mode to apply.

numPages

numPages: number

The number of pages that can be viewed via pagination.

onPage

onPage: (page: number) => void

Type declaration

    • (page: number): void
    • The callback to use for changing the page

      Parameters

      • page: number

      Returns void

performAction

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

Type declaration

    • Callback to use for performing an action on an entry.

      Parameters

      Returns void

Optional translator

translator: ITranslator

The language translator.

viewType

viewType: "installed" | "searchResult"

The requested view type.

Generated using TypeDoc