Feature
Generic feature class that combines UI state observation with feature actions in one place.
This class provides a pattern for exposing both the observable state and the actions available for a particular feature, making it easier to integrate features into Compose UIs.
Parameters
S
The type of the UI state exposed by this feature.
T
The type of the actions interface for this feature.