Skip to main content

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
NameType
itemObject
Returns

void


onDelete

Optional onDelete: (item: { [key: string]: any; }) => void

Type declaration

▸ (item): void

onDelete Handler

Parameters
NameType
itemObject
Returns

void


showId

Optional showId: boolean

Show Unique Identifier?

Default

true