Module

FPO.UI.Modals.DocumentHistoryModal

Modal component for viewing document-wide revision history. Shows both tree revisions (structure changes) and text revisions (content changes).

#Input

type Input = { documentID :: DocumentID, documentName :: String }

Input to the modal

#Output

data Output

Output events from the modal

Constructors

#Query

data Query a

Query interface for parent components

Constructors

#documentHistoryModal

Modules