story
Retrieves a Story by its slug.
Return
A Flow emitting the story with Component content, with potential cached and fresh values.
Parameters
The URL path segment identifying the story.
Retrieves a Story by its UUID.
Return
A Flow emitting the story with Component content, with potential cached and fresh values.
Parameters
The unique identifier of the story.
Retrieves a Story by its UUID with explicit type information for the Component type.
Return
A Flow emitting the story, with potential cached and fresh values.
Parameters
The unique identifier of the story.
Type information for deserialization.
Type Parameters
The Component type of the story content.
Retrieves a Story by its slug with explicit type information for the Component type.
Return
A Flow emitting the story, with potential cached and fresh values.
Parameters
The URL path segment identifying the story.
Type information for deserialization.
Type Parameters
The Component type of the story content.