Props: {
    document?: any;
    exportData?: () => Promise<any>;
    keepId?: any;
    merge?: any;
    packName?: any;
}

Props type alias for associated component.

Type declaration

  • Optionaldocument?: any
  • OptionalexportData?: () => Promise<any>

    Export folder documents to compendium.

  • OptionalkeepId?: any
  • Optionalmerge?: any
  • OptionalpackName?: any