
cts.jsonPropertyWordQueryOptions( query as cts.jsonPropertyWordQuery ) as Sequence
Returns the options for the specified query.
| Parameters | |
|---|---|
| query | A query. | 
  const query = cts.jsonPropertyWordQuery("prop", "choice of law");
  cts.jsonPropertyWordQueryOptions(query);
  => "lang=en"