Preparing search index...
    interface BreadCrumbObj {
        label: string;
        separator?: string;
        title?: string;
    }
    Index

    Properties

    label: string
    separator?: string
    title?: string