MobX Lark
    Preparing search index...

    Interface TaskFieldOption

    interface TaskFieldOption {
        color_index: number;
        guid: string;
        is_hidden: boolean;
        name: string;
    }

    Hierarchy

    Index

    Properties

    color_index: number
    guid: string
    is_hidden: boolean
    name: string