Properties
Actions
Actions: object[] = []
EnableSelection
EnableSelection: boolean = true
GetItems
GetItems: function
Type declaration
-
- (params: object): Promise<Content[]>
-
Parameters
Returns Promise<Content[]>
IsLoading
IsLoading: boolean = false
MultiSelect
MultiSelect: boolean = true
OnActivate
OnActivate: function
ShowScope
ShowScope: boolean = true
Protected selectionChangedSignalKey
selectionChangedSignalKey: "content-list-selection-changed" = "content-list-selection-changed"
Component that lets you display and work with a simple Content Collection
Usage example:
<content-list scope.bind="Scope" get-items.call="GetSelectedChildren(scope, query)" on-activate.call="Select(content)" on-drop-files.call="FilesDropped(event, files)" on-drop-content.call="ContentDropped(content)" on-drop-content-list.call="ContentListDropped(contentList)" on-drop-content-on-item.call="ContentDroppedOnItem(content, item)" on-drop-content-list-on-item.call="ContentListDroppedOnItem(contentList, item)" view-type.bind="ViewType" query.bind='query' selection.two-way="SelectedContent" actions.bind="exploreActions"></content-list>