Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ScmInputBoxImpl

Implements

  • SourceControlInputBox

Index

Constructors

Properties

_enabled: boolean
_placeholder: string = ''
_validateInput: undefined | ValidateInput
_value: string = ''
_visible: boolean = true
onDidChangeEmitter: Emitter<string> = ...

Accessors

  • get enabled(): boolean
  • set enabled(enabled: boolean): void
  • get onDidChange(): Event<string>
  • get placeholder(): string
  • set placeholder(placeholder: string): void
  • get validateInput(): undefined | ValidateInput
  • set validateInput(fn: undefined | ValidateInput): void
  • get value(): string
  • set value(value: string): void
  • get visible(): boolean
  • set visible(visible: boolean): void

Methods

  • onInputBoxValueChange(value: string): void
  • updateValue(value: string): void