The Home View

API

type cell {
    var id as string;
    var visible as bool;
    var kind as string;
    var card as bool;
    var color as string;

    var content as cellcontent;
}

type cellcontent {
    var content as string;
    var text as string;
    var action_key as int;
    var action_name as string;
    var chart_workflow as string;
    var title as string;
    var menu_icon as string;
    var menu_target as string;
}

Types

cell

PropertyType
id
kind
visible
card
contentcellcontent

cellcontent

Description
contentstring1. action
2. chart
3. menu
textstring
titlestring
action_keyint
action_namestring
action_arg_namestring
action_arg_valuestring
chart_workflowstring
menu_targetstring
menu_iconstringbase64 encoded image
#db2b30  ;
#4063ad  ;
#f78a00  ;
#00959f  ;
#19a33b  ;
#a7509d  ;
#60479c  ;
#666666  ;
#999999  ;
#a67c52  ;