s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Content · Components

ContentCorrectionsTool

No summary has been written for ContentCorrectionsTool. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.

Public export

typescript
import { ContentCorrectionsTool } from '@happyvertical/smrt-content/svelte';
Import path
@happyvertical/smrt-content/svelte
Props
4
Props described
4 of 4
Bindable state
0
Callback events
1
Verified release
0.44.0

Props

NameTypeRequiredDescription
apiBaseUrlstringNoBase URL for API requests to fetch and create corrections.
contentIdstringYesIdentifier of the content being corrected.
defaultRelationshipstringNoRelationship type used to filter which related facts are loaded.
onCorrectionsChange(corrections: ContentCorrectionData[]) => voidNoFired when corrections are loaded or a new correction is created.

Bindable state

This component has no bindable public state.

Callback events

  • onCorrectionsChange(corrections: ContentCorrectionData[]) => void

Examples and explanation