WitContribution interface

属性

contributionId

贡献的 ID。

height

贡献的高度。

inputs

一个字典,其中包含贡献输入的键值对。

showOnDeletedWorkItem

指示是否应在已删除的 workItem 上显示贡献的值。

属性详细信息

contributionId

贡献的 ID。

contributionId: string

属性值

string

height

贡献的高度。

height: number

属性值

number

inputs

一个字典,其中包含贡献输入的键值对。

inputs: {[key: string]: any}

属性值

{[key: string]: any}

showOnDeletedWorkItem

指示是否应在已删除的 workItem 上显示贡献的值。

showOnDeletedWorkItem: boolean

属性值

boolean