Content · Components
ContentTitleField
No summary has been written for ContentTitleField. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { ContentTitleField } 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
valuestringNoCurrent title text value.placeholderstringNoPlaceholder text shown when the field is empty.requiredbooleanNoWhether the title field must be filled before submission.onChange(value: string) => voidNoInvoked when the user modifies the title text.Bindable state
This component has no bindable public state.
Callback events
onChange(value: string) => void