File

src/lib/logging-viewer-translation.model.ts

Description

Describes all values needed in a translation for LoggingViewerModalComponent.

Index

Properties

Properties

cancel
cancel: string
Type : string

Cancel button. This text is shown only on iOS. On Android or Windows, just an close-icon is used.

searchPlaceholder
searchPlaceholder: string
Type : string

Placeholder for search bar.

title
title: string
Type : string

Title of the modal.

export interface LoggingViewerTranslation {
	/**
	 * Title of the modal.
	 */
	title: string;

	/**
	 * Cancel button.
	 * This text is shown only on iOS.
	 * On Android or Windows, just an close-icon is used.
	 */
	cancel: string;

	/**
	 * Placeholder for search bar.
	 */
	searchPlaceholder: string;
}

result-matching ""

    No results matching ""