Content · Components
ContentGovernanceManager
No summary has been written for ContentGovernanceManager. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { ContentGovernanceManager } from '@happyvertical/smrt-content/svelte';- Import path
@happyvertical/smrt-content/svelte- Props
- 3
- Props described
- 3 of 3
- Bindable state
- 0
- Callback events
- 1
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
apiBaseUrlstringNoBase URL for API requests to load and save governance definitions.clientContentGovernanceManagerClientNoCustom client instance for governance operations, or auto-created if omitted.onChange(definitions: ContentGovernanceDefinitionsData | null) => voidNoFired when governance policies or profiles are loaded or changed.Bindable state
This component has no bindable public state.
Callback events
onChange(definitions: ContentGovernanceDefinitionsData | null) => void