Interface UpdateCategory

Hierarchy

  • UpdateCategory

Properties

Properties

archived?: boolean

A true/false boolean indicating if the Category has been archived.

color?: string

The hex color to be displayed with the Category (for example, "#ff0000").

Format

css-color

Min Length

1

Pattern

^#[a-fA-F0-9]{6}$

name?: string

The new name of the Category.

Min Length

1

Generated using TypeDoc