Module uda

Source
Expand description

Module containing the types for User Defined Attributes (UDA)

Enums§

UDAValue
A UDA can have different value types.

Type Aliases§

UDA
The UDA Type is just a BTreeMap<UDAName, UDAValue> in which all fields of a task are saved, which are not part of the taskwarrior standard. (This makes them user defined attributes.)
UDAName
The name of a UDA is just a string.