AboutSupportDeveloper GuideVersion 43.138.100.40

Options for the Log Uploader UI.

interface LogUploaderUIOptions {
    description?: string;
    email?: string;
    header?: string;
    icon?: string;
    title?: string;
    website?: string;
    websiteDescription?: string;
}

Properties

description?: string

An explanation for the user of the purpose of the tool.

'The following logs are being requested'
email?: string

An email address that the user can contact with questions.

'support@here.io'
header?: string

Name of the organization displayed in the Uploader window.

'Here'
icon?: string

URL of an icon to use for the Log Uploader tool. The default is the Here logo.

title?: string

Title for the Log Uploader window.

'Here Log Uploader'
website?: string

URL of a webpage where the user can find more information about log uploading.

'https://resources.here.io/docs/core/manage/security/'
websiteDescription?: string

Description of the webpage where the user can find more information.

'Here Security'
""