EvWhiteLabelConfig Interface
The EvWhiteLabelConfig TS interface specifies a branding configuration for white-labeling the Canvas Envision Creator web app.
Properties
An EvWhiteLabelConfig object has the following properties:
optional brandLogo: string;A string, a URL that is relative to the web server root and points to an image of a brand logo.
The recommended logo size is 110x33 pixels. The logo image can be of any format supported by the browser, such as PNG, non-animated GIF, JPEG, BMP, and so on.
optional creatorTitle: string;A string, a title of a web page with the embedded Canvas Envision Creator web app.
optional favIcon: string;A string, a URL that is relative to the web server root and points to an image of a favicon.
The recommended favicon size is 16x16 pixels. The favicon image can be of any format supported by the browser, such as ICO, PNG, non-animated GIF, and JPEG.
optional viewerTitle: string;A string, a title of a web page with the embedded Canvas Envision Viewer web app.