Renders all sections of a provenance bundle in a structured layout. Each section (entities, actions, resources, attributions) can be toggled independently. An embedded graph can also be shown.
- Preview
- Code
Props
| Prop | Type | Default | Description |
|---|---|---|---|
cid | string | — | Resource CID — auto-fetches bundle |
bundle | ProvenanceBundle | — | Pre-fetched bundle |
showEntities | boolean | true | Show entities section |
showActions | boolean | true | Show actions section |
showResources | boolean | true | Show resources section |
showAttributions | boolean | true | Show attribution section |
showGraph | boolean | false | Show embedded graph |
graphHeight | number | 400 | Height of embedded graph |
className | string | — | Additional CSS classes |