Theia API Documentation v1.65.0
    Preparing search index...

    Represents the input box in the Source Control viewlet.

    Implements

    Index

    Constructors

    Properties

    Accessors

    • get validateInput(): undefined | ValidateInput

      A validation function for the input box. It's possible to change the validation provider simply by setting this property to a different function.

      Returns undefined | ValidateInput

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

      A validation function for the input box. It's possible to change the validation provider simply by setting this property to a different function.

      Parameters

      • fn: undefined | ValidateInput

      Returns void

    Methods