Skip to content

HistoryOption

type HistoryOption = {
enabled?: boolean;
showDelete?: boolean;
showRename?: boolean;
};
optional enabled: boolean;

Enables the history panel.


optional showDelete: boolean;

Shows the delete action for threads.


optional showRename: boolean;

Shows the rename action for threads.