Interface IPopulateOmniboxObject

Index

Methods

clear

  • clear(): void

clearCurrentExpression

  • clearCurrentExpression(): void

closeOmnibox

  • closeOmnibox(): void

insertAt

  • insertAt(at: number, toInsert: string): void

replace

  • replace(searchValue: string, newValue: string): void

replaceCurrentExpression

  • replaceCurrentExpression(newValue: string): void

Properties

allQueryExpressions

allQueryExpressions: IPopulateOmniboxQueryExpression[]

completeQueryExpression

completeQueryExpression: IPopulateOmniboxQueryExpression

currentQueryExpression

currentQueryExpression: IPopulateOmniboxQueryExpression

cursorPosition

cursorPosition: number

Hierarchy

  • IPopulateOmniboxObject