TaskDefinition$Typings extension

on

Properties

type String

Available on TaskDefinition, provided by the TaskDefinition$Typings extension

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

Available on TaskDefinition, provided by the TaskDefinition$Typings extension

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

Available on TaskDefinition, provided by the TaskDefinition$Typings extension