Private
allPrivate
categoryPrivate
projectAn ItemFieldMask allows you to specify which fields out of the Category fields of an Item should be considered valid.
Optional
fieldIds: number[]If specified, a valid set of field ids for this Category. Otherwise, the returned ItemFieldMask expresses that all fields in the Item are to be considered valid.
an ItemFieldMask.
throws an Error if any of the field ids specified in fieldIds do not exist in the Category.
Generated using TypeDoc
A Category represents a category within a project. It has various configuration settings. It also has a list of fields for that category.