SeamStoryUtils
Utilities for hooking up Seam to UI Labs for UI stories.
Functions
GetValuesFromControls
SeamStoryUtils.GetValuesFromControls(Scope: Scope,--
The Seam scope
Props: {[any]: any}--
The props table passed into the generic story
) → {[string]: Seam.ValueInstance<any>}--
The dictionary of controls mapped to value states
Returns reactive Seam value states based on the generic controls of a UI labs story.
WrappedScopeCleanup
SeamStoryUtils.WrappedScopeCleanup(Scope: Scope--
The Seam scope
) → () → nil--
The wrapped cleanup function
Returns a function that cleans up the scope