Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScmInput

Hierarchy

  • ScmInput

Implements

  • Disposable

Index

Constructors

constructor

Properties

Protected _issue

_issue: undefined | ScmInputIssue

Protected _placeholder

_placeholder: undefined | string = ...

Protected _value

_value: undefined | string

Readonly onDidChange

onDidChange: Event<void> = ...

Protected Readonly onDidChangeEmitter

onDidChangeEmitter: Emitter<void> = ...

Readonly onDidFocus

onDidFocus: Event<void> = ...

Protected Readonly onDidFocusEmitter

onDidFocusEmitter: Emitter<void> = ...

Protected Readonly options

options: ScmInputOptions = {}

Protected Readonly toDispose

toDispose: DisposableCollection = ...

validate

validate: (...arguments: []) => Promise<void> = ...

Type declaration

    • (...arguments: []): Promise<void>
    • Parameters

      • Rest ...arguments: []

      Returns Promise<void>

Accessors

issue

placeholder

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

value

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

Methods

dispose

  • dispose(): void

Protected fireDidChange

  • fireDidChange(): void

focus

  • focus(): void

fromJSON

  • fromJSON(data: any): void

toJSON