You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
|`displayModes`| List of available display modes. | {<br />[name: string]: [DisplayMode](#displaymode)<br />} |`{grid: {value: 'grid',label: 'Grid',template: '${ $.template }'},list: {value: 'list',label: 'List',template: '${ $.listTemplate }'}}`|
15
+
|`dndConfig`| Configuration of the [DragAndDrop component]({{ page.baseurl }}/ui_comp_guide/components/ui-draganddrop.html). | Object | Specified in the [DragAndDrop component configuration]({{ page.baseurl }}/ui_comp_guide/components/ui-draganddrop.html). |
16
+
|`stickyTmpl`| Path to the `.html` template used for the [Toolbar component]({{ page.baseurl }}/ui_comp_guide/components/ui-toolbar.html) when it receives a fixed position. | String |`ui/grid/sticky/listing`|
17
+
|`template`| Path to the component’s `.html` template. | String |`ui/grid/listing`|
18
+
|`editorConfig`| Configuration of the InlineEditing component. | Object | Specified in the [InlineEditing component configuration]({{ page.baseurl }}/ui_comp_guide/components/ui-insertlisting.html). |
19
+
|`viewSwitcherTmpl`| Path to the .html template for rendering the list of available display modes. By default this list is not displayed. | String |`ui/grid/view-switcher`|
20
+
|`componentType`| The type of component. | String |`columns`|
0 commit comments