Assets · Components
ActionBar
No summary has been written for ActionBar. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { ActionBar } from '@happyvertical/smrt-assets/svelte';- Import path
@happyvertical/smrt-assets/svelte- Props
- 6
- Props described
- 4 of 6
- Bindable state
- 0
- Callback events
- 4
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
selectedAssetsPersistedAsset[]YesCurrently selected assetscustomActionsAssetAction[]NoCustom actions from the consumeronClearSelection() => voidYesCallback to clear selectiononclearselection() => voidNoNot describedonDelete(assets: PersistedAsset[]) => void | Promise<void>YesCallback for delete actionondelete(assets: PersistedAsset[]) => void | Promise<void>NoNot describedBindable state
This component has no bindable public state.
Callback events
onClearSelection() => voidonclearselection() => voidonDelete(assets: PersistedAsset[]) => void | Promise<void>ondelete(assets: PersistedAsset[]) => void | Promise<void>