Dankoss Docs - v0.1.0
    Preparing search index...

    Represents a breadcrumb entry stored in sessionStorage to track viewed products.

    interface HistoryItem {
        title: string;
        url: string;
    }
    Index

    Properties

    Properties

    title: string
    url: string