"aspectRatio" | String | Aspect ratio of an inserted element (analogous to grid constraints). | null |
"aspectRatioField" | String | Query result field to use as aspect ratio. | null |
"columnSpan" | Number | Number of columns used by an inserted element in the Grid (similar to grid constraints). | 12 |
"columnSpanField" | String | Query result field to use as column span. | null |
"heightField" | String | Query result field to use as height. | null |
"layout" | String | Name of the layout that is used to display selected content. The layout is applied to a data JSON provided by the source. There is one JSON per record or selected content entry. | null |
"layoutField" | String | Query result field to use as layout. | null |
"name" | String | Name of the connected picker layer (only with source picker). | null |
"path" | String | Path under which the data is retrieved from the content of the node (only with source data and url). | null |
"query" | String | Name of the query with which the data is retrieved (only with source query). | null |
"queryParams" | Array | The params to append to the query. | null |
"table" | String | Name of the database table from which the data is retrieved (only with source query). | null |
"template" | String | Name of a client template that is applied to the data (only with source query and url). | null |
"templateField" | String | Query result field to use as template. | null |
"updateInterval" | Number | Specifies for the updateMode periodic after which time, in seconds, the URL should be retrieved again (only with source url). | 60 |
"updateMode" | String | Specifies how often the URL is retrieved (only with source url). | null |
"url" | String | URL to be retrieved (only with source url). | null |