The Home View
On this page
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
| Property | Type | |
| id | ||
| kind | ||
| visible | ||
| card | ||
| content | cellcontent |
cellcontent
| Description | ||
| content | string | 1. action 2. chart 3. menu |
| text | string | |
| title | string | |
| action_key | int | |
| action_name | string | |
| action_arg_name | string | |
| action_arg_value | string | |
| chart_workflow | string | |
| menu_target | string | |
| menu_icon | string | base64 encoded image |
#db2b30 ;
#4063ad ;
#f78a00 ;
#00959f ;
#19a33b ;
#a7509d ;
#60479c ;
#666666 ;
#999999 ;
#a67c52 ;