g3-toolkit API Reference
    Preparing search index...

    Interface ProvenanceTraceProps

    interface ProvenanceTraceProps {
        chain: ProvenanceChain;
        className?: string;
        indentPx?: number;
        onSelectHop?: (id: string) => void;
        selectedId?: string;
        testId?: string;
        title?: string;
    }
    Index

    Properties

    className?: string
    indentPx?: number

    Indent step per depth level, px. Default 16.

    onSelectHop?: (id: string) => void

    Called with a hop id when a hop is activated.

    selectedId?: string

    Currently highlighted hop id.

    testId?: string
    title?: string

    Panel heading.