Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParseOptions

Options for parsing micro data.

Hierarchy

  • ParseOptions

Index

Properties

Optional skipOnMultiType

skipOnMultiType: boolean

If true, items with more than one type are just skipped; otherwise a MultiTypeError is thrown.

Optional skipOnNoType

skipOnNoType: boolean

If true, items with no type are just skipped; otherwise a NoTypeError is thrown.

Generated using TypeDoc