Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PickOptions<T>

Type Parameters

Hierarchy

  • PickOptions

Index

Properties

activeItem?: T | Promise<T>
autoFocusOnList?: boolean
canPickMany?: boolean
contextKey?: string
ignoreFocusLost?: boolean
matchOnDescription?: boolean
matchOnDetail?: boolean
matchOnLabel?: boolean
placeHolder?: string
title?: string

Methods

  • onDidFocus(entry: T): void