HistoryOption
type HistoryOption = { enabled?: boolean; showDelete?: boolean; showRename?: boolean;};Properties
Section titled “Properties”enabled?
Section titled “enabled?”optional enabled: boolean;Enables the history panel.
showDelete?
Section titled “showDelete?”optional showDelete: boolean;Shows the delete action for threads.
showRename?
Section titled “showRename?”optional showRename: boolean;Shows the rename action for threads.