Skip to content

RemoveHistoryItemEvent object

RemoveHistoryItemEvent is an object which represents the detail of removeHistoryItem event and consists of the following fields:

type RemoveHistoryItemEvent = {
    id: string;
    moduleInstanceId: string;
};