Constructor
new MediaGridComponent(dataObject, optionsopt)
Parameters:
Name | Type | Attributes | Default | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dataObject |
DataCollection | null | |||||||||||||||||
options |
Object |
<optional> |
{} |
Properties
|
- Source:
- To Do:
-
- Support pagination once 'CollectionComponent' supports it
Example
const dataCollection = new DataCollection(...snip...)
const mediaGridComponent = new MediaGridComponent(dataCollection, {
itemComponent: ImageCardComponent,
itemOptions: { someKey: 'someValue' }
})