TaskDefinition$Typings extension

on

Properties

type String
The task definition describing the task provided by an extension. Usually a task provider defines more properties to identify a task. They need to be defined in the package.json of the extension under the 'taskDefinitions' extension point. The npm task definition for example looks like this
no setter

Operators

operator [](String index) → dynamic
operator []=(String index, dynamic value) → void