Constructor
# <Embed />
Embed is a story element. The look of the Embed can be changed using the render prop embedRender. In case embedRender is passed in the config, it is rendered. Otherwise a default Embed is rendered.
Parameters:
Name | Type | Description |
---|---|---|
params |
Object | object containing parameters passed to the render prop |
story |
Object | story object |
config |
Object | config object |
element |
Object | the story element. This is same as the story element found in the story API response
|