Interface: IListPanePropertyItemOptions experimental
Beta
Optional properties for List Pane property item
Extends
Properties
defaultSlots?
optionaldefaultSlots?:ListPaneSlotCreationProps[]
Beta
Remarks
Default slots to initialize the list with. If undefined, the list will be empty.
enable?
optionalenable?:boolean
Beta
Remarks
Initial enabled state of property item. If undefined, it will default to true.
Inherited from
IPropertyItemOptionsBase.enable
fixedHeight?
optionalfixedHeight?:boolean
Beta
Remarks
If true, pane height will not change based on slot count. If undefined, it will default to false
height?
optionalheight?:number
Beta
Remarks
This will be the height of the list within the pane
onSlotClicked?
optionalonSlotClicked?: (slot) =>void
Beta
Parameters
slot
Returns
void
Remarks
This callback is fired whenever a clickable slot is pressed
onSlotSelectionChange?
optionalonSlotSelectionChange?: (slot,state) =>void
Beta
Parameters
slot
state
boolean
Returns
void
Remarks
This callback is fired whenever selected state of a slot is changed
slotConfig
slotConfig:
ListPaneSlotConfiguration
Beta
Remarks
Slot configuration for the list. The slot entry layout must be predefined, and using an incorrect layout while creating slots will throw an error.
style?
optionalstyle?:PaneItemStyle
Beta
Remarks
Optional styling overrides for the item.
Inherited from
IPropertyItemOptionsBase.style
title?
optionaltitle?:LocalizedString
Beta
Remarks
Localized title of the property item.
viewFilter?
optionalviewFilter?:ListPaneViewFilter
Beta
Remarks
Filter properties for viewing subset of slots.
viewSortType?
optionalviewSortType?:ListPaneViewSortType
Beta
Remarks
Sort type for the slots in the view. If undefined, default list order will be used.
visible?
optionalvisible?:boolean
Beta
Remarks
Initial visibility state of property item. If undefined, it will default to true.
