@shortcut/client
    Preparing search index...

    Interface UpdateCategory

    interface UpdateCategory {
        archived?: boolean;
        color?: null | string;
        name?: string;
    }
    Index

    Properties

    archived?: boolean

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

    color?: null | string

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

    css-color

    1

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

    name?: string

    The new name of the Category.

    1