Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace HighlightCommandDescriptor

Command descriptor for querylanguage HIGHLIGHT command.

Properties

Optional category

category: undefined | string

querylanguage command designation for example; reporting vs filtering

Optional color

color: undefined | string

User specified color to highlight matches with if found.

Optional declaredFields

declaredFields: Array<AbstractField>

Fields declared in command fragment from user specified query string.

displayQueryString

displayQueryString: string

Command fragment display string from user specified query string formatted by query builder.

Optional fields

fields: Array<string>

List of fields specified to highlight with the same color if matches found.

internalQueryString

internalQueryString: string

Command fragment internal string from user specified query string formatted by query builder.

Optional isHidden

isHidden: undefined | false | true

Field denoting if this is a hidden command that is not shown in the query string.

Optional keywords

keywords: Array<string>

List of terms or phrases to highlight if found.

Const name

name: string = "HIGHLIGHT"

Optional referencedFields

referencedFields: Array<AbstractField>

Fields referenced in command fragment from user specified query string.

Methods

getDeserializedJsonObj

getJsonObj