created:3/5/2021
updated:3/5/2021
source lines:44
comments %:39
Story
block component to render story function with decorators
Name | Description | Default | |
---|---|---|---|
StoryOwnProps (4 properties) | |||
ref | ref can be used by blocks embedding Story - ie ally plugin ((instance: HTMLDivElement | null) => void) | RefObject<HTMLDivElement> | null | - | |
onRender | used by other blocks ie ally plugin uses it launch a new ally test on re-render (() => void) | - | |
wrapper | wrapper type - can be an iframe or just regular react undefinediframewrapper | - | |
iframeStyle | if an iframe wrapper - this is additional iframe style CSSProperties | - | |
StoryInputProps (2 properties) | |||
BlockContainerOwnProps (5 properties) | |||
HTMLAttributes (42 properties) | |||
Attributes (2 properties) | |||
AriaAttributes (48 properties) | |||
DOMAttributes (161 properties) | |||
BoxOwnProps (3 properties) | |||
SpaceProps (28 properties) | |||
BackgroundColorProps (2 properties) | |||
OpacityProps (1 properties) |
32 commits
file | imports |
---|---|
"../BlockContainer/story" | StoryBlockContainerStoryBlockContainerProps |
"../context" | useCustomProps |
"./StoryRender" | StoryRenderStoryWrapperTypeNAME |