Storyteller Clips Row
fun StorytellerClipsRow(modifier: Modifier = Modifier, state: StorytellerRowState = rememberStorytellerRowState(), dataModel: StorytellerClipsDataModel, delegate: StorytellerListViewDelegate, isEnabled: Boolean = true)
A Composable function that displays a horizontal row of Storyteller Clips. This component is used to render a collection of video Clips in a row/carousel layout. For more details on using Storyteller list components, see the Storyteller Lists Documentation.
Parameters
modifier
The Modifier to be applied to this layout.
state
The StorytellerRowState for managing the state of this row, such as scroll position, Defaults to a new state remembered by rememberStorytellerRowState.
data Model
The StorytellerClipsDataModel which defines the Clips collection to be displayed and configures aspects like cell type, display limit.
delegate
A StorytellerListViewDelegate to handle user interactions and other events within the row, such as data loading states.