Description about a property of a contribution type

interface ContributionPropertyDescription {
    description?: string;
    name?: string;
    required?: boolean;
    type?: ContributionPropertyType;
}

Properties

description?: string

Description of the property

name?: string

Name of the property

required?: boolean

True if this property is required

The type of value used for this property