Object used to navigate to the view. Allows definition according to the complete path or already splitted parts

interface viewLinkDesc {
    module?: string;
    objectName?: string;
    path?: string;
    viewName?: string;
    viewType?: ViewType;
}

Properties

module?: string
objectName?: string

name of the object according to the json filenme, e.g. sysUserSettings

path?: string

path to the json definition file, e.g. sys/model/sysUser

viewName?: string

view name

viewType?: ViewType

type of the view