Skip to content

@idealworld/task-table v0.1.0-beta.1 / IwProps / DictItemProps

Interface: DictItemProps

字典项

Dictionary item

Example

ts
const dictItem = {
  title: '星航',
  value: 'xh',
  avatar: 'https://xxxx/xxx.png'
}

Properties

avatar?

optional avatar: string

字典项图标

Dictionary item icon

Defined in

props/basicProps.ts:118


color?

optional color: string

字典项颜色

Dictionary item color

Defined in

props/basicProps.ts:112


title

title: string

字典项标题

Dictionary item title

Defined in

props/basicProps.ts:100


value

value: any

字典项值

Dictionary item value

Defined in

props/basicProps.ts:106