Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IndexingPolicy

Hierarchy

  • IndexingPolicy

Index

Properties

Optional automatic

automatic: boolean

Optional excludedPaths

excludedPaths: IndexedPath[]

An array of {@link IncludedPath} represents the paths to be excluded for indexing.

Optional includedPaths

includedPaths: IndexedPath[]

An array of {@link IncludedPath} represents the paths to be included for indexing.

Optional indexingMode

indexingMode: keyof IndexingMode

The indexing mode (consistent or lazy) IndexingMode.

Generated using TypeDoc