// This file was generated by a tool. Modifying it will produce unexpected behavior /** * @public */ export interface ITraceDisplayStrings { /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of the TraceDisplay tab. */ 'TabTitle': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Message to show when no traces where loaded from LogManger. */ 'EmptyTraceData': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]Label for button to export traces as CSV file. */ 'ExportCSVButtonLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of Level header. */ 'LevelHeaderLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of Message header. */ 'MessageHeaderLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of Scope header. */ 'ScopeHeaderLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of Source header. */ 'SourceHeaderLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The title of Timestamp header. */ 'TimestampHeaderLabel': string; /** * [Tag:ODSP-SPPPLAT-WebPartInfra]The date/time format for the trace log item. The "{0}" placeholder is the four-digit numerical year, the "{1}" placeholder is the two-digit numerical month, the "{2}" placeholder is the two-digit numerical day the month, the "{3}" placeholder is the two-digit hour in 24-hour format, the "{4}" placeholder is the two-digit minute, the "{5}" placeholder is the two-digit second, and the "{6}" placeholder is the three-digit millisecond. */ 'TimestampFormat': string; } /** * @public */ declare const strings: ITraceDisplayStrings; export default strings;