Storyteller Clips Grid
A Composable function that displays a grid of Storyteller Clips. This component is used to render a collection of video Clips in a grid layout. For more details on using Storyteller list components, see the Storyteller Lists Documentation.
Parameters
The Modifier to be applied to this layout.
The StorytellerGridState for managing the state of this grid, such as scroll position and pull-to-refresh, defaults to a new state remembered by rememberStorytellerGridState.
The StorytellerClipsDataModel which defines the Clips collection to be displayed and configures aspects like cell type and display limit.
A boolean indicating whether the grid should be scrollable. If set to false, the grid will not use any recycling and will layout all it's contents at once (this is usually used together with displayLimit).
A StorytellerListViewDelegate to handle user interactions and other events within the grid, such as data loading states.