Interface: SettingInstanceListProps
Settings List Component
Properties
ariaLabel
• ariaLabel: string
Aria Label
list
• list: any[]
List of Items
listId
• Optional listId: string
List Unique Identifier
Default
"id"
onClick
• onClick: (item: { [key: string]: any; }) => void
Type declaration
▸ (item): void
onClick Function Callback
Parameters
| Name | Type |
|---|---|
item | Object |
Returns
void
onDelete
• Optional onDelete: (item: { [key: string]: any; }) => void
Type declaration
▸ (item): void
onDelete Function Callback
Parameters
| Name | Type |
|---|---|
item | Object |
Returns
void
showId
• Optional showId: boolean
Show Unique Identifier?
Default
false