Interface viewWindowDescription

atttributes related with window representation

interface viewWindowDescription {
    class?: string;
    dataHeight?: number;
    description?: string;
    height?: number;
    icon?: string;
    image: string;
    imageStyle?: any;
    noImageStyle?: string;
    pageIcon?: string;
    uniqueID?: string;
    width?: number;
}

Properties

class?: string

field subclass; Currently supported only for Clip Clip always has format clipContainer [activeClip | nonActiveClip ]

dataHeight?: number

Optional data height - used only for modal views and make sense for views with mdtext editor see tskUserReminder - selfReminder for usage example;

description?: string

Optional description used as a subtitle in the buble navigation Used for dahsboards that doesn't have subtitles

height?: number

Recommended window height for font sizeh (16px)

icon?: string

optional icon definion - evaluated string icon is not supported in the list' however icon can be a part of the title

image: string

Optional definition of the image Currently only image loaded from a specific object is supported, however, complete image definition string could be defined as evaluated method

imageStyle?: any

Optional style for image, applied only if image is loaded

noImageStyle?: string

Optinal dashaboard style used in case that user does not have defined image for dashbard

  • Used only by dashboard
pageIcon?: string

OPtional icon used on the dashboard line manager

uniqueID?: string

Optional mark that distinguish several call of the view with the same object but different attribute

width?: number

Recommended width for default font size (16px)