The Row View can be initialized in the same way as shown in Configuring a StorytellerListView
const storyRow = new Storyteller.RowView('row-id');
Note: The Storyteller Row Cells will expand to fill the height of the parent container. Make sure that the parent container has a height set or else the row will not be visible
Storyteller Row inherits all of the attributes shown in StorytellerListView, as well as the following
Attribute | Default Value | Data Type | Description |
---|---|---|---|
cellType |
square |
round | square |
The type of cell shown in the row |