Hierarchy

  • ArticleImportOptions

Properties

importArticlesWithoutPosition?: boolean

If true articles which do not have a position will be also imported and placed at an automatically determined position, otherwise they will be ignored. (default: false)

shouldUpdateCallback?: ((pItemProps: ItemProperties) => boolean)

Type declaration

    • (pItemProps: ItemProperties): boolean
    • If this callback is given the ofml update state of each article will be checked and if it is Updatable or Migratable this callback will be called. If true is returned from the callback the article will be Updated/Migrated. (default: undefined)

      Parameters

      Returns boolean

Generated using TypeDoc