StorytellerCardState

A state holder for Storyteller Card components (StorytellerCard). It manages the reload state and provides methods to interact with the card, such as reloading its data. For more details on using Storyteller Card components and their states, see the Cards Documentation.

This state is typically created and remembered using rememberStorytellerCardState.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

true if the card should reload its data, false otherwise. This property is automatically managed by the state and should not be modified directly.

Functions

Link copied to clipboard

Triggers a reload of the card's data. This will cause the card to fetch fresh content from the Card Collection. See the Cards Documentation for more on card management.