Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScmInputBoxImpl

Hierarchy

  • ScmInputBoxImpl

Implements

  • SourceControlInputBox

Index

Constructors

constructor

Properties

Private _placeholder

_placeholder: string = ''

Private _validateInput

_validateInput: undefined | ValidateInput

Private _value

_value: string = ''

Private Readonly onDidChangeEmitter

onDidChangeEmitter: Emitter<string> = ...

Accessors

onDidChange

  • get onDidChange(): Event<string>

placeholder

  • get placeholder(): string
  • set placeholder(placeholder: string): void

validateInput

  • get validateInput(): undefined | ValidateInput
  • set validateInput(fn: undefined | ValidateInput): void

value

  • get value(): string
  • set value(value: string): void

Methods

onInputBoxValueChange

  • onInputBoxValueChange(value: string): void

Private updateValue

  • updateValue(value: string): void