Skip to content

showStatusMessage

reference
1 min readUpdated

Kind: Function

Source: Outlook_plugin/src/auth/auth.service.ts (line 61)

Part of: Auth

Signature

ts
function showStatusMessage(message: string, type: 'success' | 'error' | 'info')

Parameters

NameType
messagestring
type`'success'

Used by

5 references from 5 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (5)

  • CalendarOutlook_plugin/src/calendar/calendar.service.ts:1
  • getAccessTokenStandardOutlook_plugin/src/calendar/calendar.service.backup.ts:73
  • getAccessTokenStandardOutlook_plugin/src/calendar/calendar.service.optimized.ts:70
  • getAccessTokenStandardOutlook_plugin/src/calendar/calendar.service.pre-optimization.backup.ts:70
  • handleErrorResponseOutlook_plugin/src/taskpane/taskpane.ts:69

Was this page helpful?

Download as PDF