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