Svelte · Workspace
ActivityList
No summary has been written for ActivityList. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { ActivityList } from '@happyvertical/smrt-svelte/workspace';- Import path
@happyvertical/smrt-svelte/workspace- Props
- 3
- Props described
- 3 of 3
- Bindable state
- 0
- Callback events
- 0
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
filterShellActivityFilterNoCriteria to filter activities.hideWhenEmptybooleanNoHide the list entirely when no activities match the filter.emptyLabelstringNoText shown when no activities are available.Bindable state
This component has no bindable public state.
Callback events
This component declares no callback event props.