Type Alias SearchObjectOptions

type SearchObjectOptions = {
    qAttributes?: string[];
    qCharEncoding?: CharEncodingType;
}
Index

Properties

qAttributes?: string[]

This array is either empty or contains qProperty .

qCharEncoding?: CharEncodingType

Encoding used to compute qRanges of type SearchCharRange.

Only affects the computation of the ranges. It does not impact the encoding of the text.

One of:

  • Utf8 or CHAR_ENCODING_UTF8
  • Utf16 or CHAR_ENCODING_UTF16