Website JS front end modules
    Preparing search index...

    Interface Breadcrumb

    JSDoc

    interface Breadcrumb {
        category?: string;
        data?: { [key: string]: any };
        event_id?: string;
        level?: SeverityLevel | Severity;
        message?: string;
        timestamp?: number;
        type?: string;
    }
    Index

    Properties

    category?: string
    data?: { [key: string]: any }
    event_id?: string
    level?: SeverityLevel | Severity
    message?: string
    timestamp?: number
    type?: string