Interface: IListPaneViewControlPaneOptions experimental
Beta
Extends
Properties
actions?
optionalactions?:ListViewControlAction[]
Beta
Remarks
Default actions
Inherited from
IListViewControlPaneOptions.actions
filterFlags?
optionalfilterFlags?:ListViewControlFilterFlags
Beta
Remarks
Flags to determine visible filters. If undefined it will be All.
onActionClicked?
optionalonActionClicked?: (id) =>void
Beta
Parameters
id
string
Returns
void
Remarks
This function will be called whenever user clicks an action
Inherited from
IListViewControlPaneOptions.onActionClicked
onFilterChanged?
optionalonFilterChanged?: (visibleSlotIds) =>void
Beta
Parameters
visibleSlotIds
string[]
Returns
void
Remarks
This function will be called whenever the filter is changed by the user
onShowOptionChanged?
optionalonShowOptionChanged?: (optionIndex) =>void
Beta
Parameters
optionIndex
number
Returns
void
Remarks
Called when the user selects an entry in the "Show" dropdown. Receives the zero-based option index from the provided showOptions.
renderInline?
optionalrenderInline?:boolean
Beta
Remarks
When true, the view control renders inline at the bottom of the list element instead of in a footer.
showOptions?
optionalshowOptions?:object[]
Beta
label
label:
LocalizedString
value
value:
number
Remarks
Labels for the "Show" dropdown. When provided, a dropdown is shown and onShowOptionChanged is called with the selected index whenever the user changes the selection.
sortOptions?
optionalsortOptions?:ListPaneViewSortType[]
Beta
Remarks
Custom sort options. If undefined, list pane sort options will be used.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state. It undefined, it will be false.
