Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputBox

Hierarchy

Index

Properties

busy: boolean
buttons: readonly QuickInputButton[]
contextKey: undefined | string
description: undefined | string
enabled: boolean
ignoreFocusOut: boolean
onDidAccept: Event<void>
onDidChangeValue: Event<string>
onDidHide: Event<{ reason: QuickInputHideReason }>
onDidTriggerButton: Event<QuickInputButton>
onDispose: Event<void>
password: boolean
placeholder: undefined | string
prompt: undefined | string
step: undefined | number
title: undefined | string
totalSteps: undefined | number
validationMessage: undefined | string
value: undefined | string
valueSelection: undefined | readonly [number, number]

Methods

  • dispose(): void
  • hide(): void
  • show(): void