Skip to main content

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

void


onDelete

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

Type declaration

▸ (item): void

onDelete Function Callback

Parameters
NameType
itemObject
Returns

void


showId

Optional showId: boolean

Show Unique Identifier?

Default

false