CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
StructuredDataOptions
Interface StructuredDataOptions
StructuredDataOptions configures the lookup behavior.
interface
StructuredDataOptions
{
flags
?:
string
;
metric
?:
string
;
objectsOnly
?:
boolean
;
opt
?:
MetricOptions
;
output
?:
"orig"
|
"prep"
;
processors
?:
CmpStrProcessors
;
removeZero
?:
boolean
;
safeEmpty
?:
boolean
;
sort
?:
boolean
|
"desc"
|
"asc"
;
}
Hierarchy
Omit
<
CmpStrOptions
,
"raw"
>
StructuredDataOptions
Index
Properties
flags?
metric?
objects
Only?
opt?
output?
processors?
remove
Zero?
safe
Empty?
sort?
Properties
Optional
flags
flags
?:
string
Optional
metric
metric
?:
string
Optional
objects
Only
objectsOnly
?:
boolean
Optional
opt
opt
?:
MetricOptions
Optional
output
output
?:
"orig"
|
"prep"
Optional
processors
processors
?:
CmpStrProcessors
Optional
remove
Zero
removeZero
?:
boolean
Optional
safe
Empty
safeEmpty
?:
boolean
Optional
sort
sort
?:
boolean
|
"desc"
|
"asc"
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
flags
metric
objects
Only
opt
output
processors
remove
Zero
safe
Empty
sort
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
StructuredDataOptions configures the lookup behavior.