WitContribution interface

Properties

contributionId

The id for the contribution.

height

The height for the contribution.

inputs

A dictionary holding key value pairs for contribution inputs.

showOnDeletedWorkItem

A value indicating if the contribution should be show on deleted workItem.

Property Details

contributionId

The id for the contribution.

contributionId: string

Property Value

string

height

The height for the contribution.

height: number

Property Value

number

inputs

A dictionary holding key value pairs for contribution inputs.

inputs: {[key: string]: any}

Property Value

{[key: string]: any}

showOnDeletedWorkItem

A value indicating if the contribution should be show on deleted workItem.

showOnDeletedWorkItem: boolean

Property Value

boolean