Skip to main content
Version: v0.19.0-alpha 🚧

ExportTraversalStrategy

Traversal strategy that is used when exporting items.

NameSummary
ItemsExport only the items specified.
ItemsAndDescendantsExport items and their descendants.
TopLevelItemsExport the top-level items for the items specified.
TopLevelItemsAndDescendantsExport the top-level items for the items specified, and any descendants of the top-level items.