Interface: GtcListItemProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:9
The props for GtcListItem.
Extends
ComponentProps
Extended by
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
|ToggleableClassNameRecord
|SubscribableSet
<string
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:26
CSS class(es) to apply to the list item div element.
hideBorder?
optional
hideBorder:boolean
|Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:14
Hides the list item border, allowing the content to easily fill the entire space of the list-item. Defaults to false.
onDestroy()?
optional
onDestroy: () =>void
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:23
A callback function to execute when the list item is destroyed.
Returns
void
paddedListItem?
optional
paddedListItem:boolean
|Subscribable
<boolean
>
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/List/GtcListItem.tsx:20
Adds some default, commonly used padding to the list item. Defaults to false.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref