MCPcopy
hub / github.com/kubeflow/pipelines / LineageViewProps

Interface LineageViewProps

frontend/src/mlmd/LineageView.tsx:68–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66const DEFAULT_COLUMN_PADDING = 40;
67
68export interface LineageViewProps {
69 target: Artifact;
70 cardWidth?: number;
71 columnPadding?: number;
72 buildResourceDetailsPageRoute(resource: LineageResource, typeName: string): string;
73}
74
75interface LineageViewState {
76 loading: boolean;

Callers 2

buildArtifactCardsMethod · 0.65
buildExecutionCardsMethod · 0.65

Implementers 1

ArtifactDetailsfrontend/src/pages/ArtifactDetails.tsx

Calls

no outgoing calls

Tested by

no test coverage detected