SYMBOL INDEX (503 symbols across 171 files) FILE: sample-lob-service/SharePointPnP.LobScenario/Controllers/CustomersController.cs class CustomersController (line 13) | [Authorize] method CustomersController (line 20) | public CustomersController(ILogger logger) method Get (line 26) | [HttpGet] method Get (line 38) | [HttpGet] method Search (line 51) | [HttpGet] FILE: sample-lob-service/SharePointPnP.LobScenario/Models/Customer.cs class Customer (line 8) | public class Customer FILE: sample-lob-service/SharePointPnP.LobScenario/Models/LobResponse.cs class LobResponse (line 8) | public class LobResponse FILE: sample-lob-service/SharePointPnP.LobScenario/Program.cs class Program (line 6) | public class Program method Main (line 8) | public static void Main(string[] args) method CreateHostBuilder (line 13) | public static IHostBuilder CreateHostBuilder(string[] args) => FILE: sample-lob-service/SharePointPnP.LobScenario/Startup.cs class Startup (line 13) | public class Startup method Startup (line 15) | public Startup(IConfiguration configuration) method ConfigureServices (line 23) | public void ConfigureServices(IServiceCollection services) method Configure (line 66) | public void Configure(IApplicationBuilder app, IWebHostEnvironment env) FILE: source/js-application-redirect/src/extensions/redirect/IRedirectApplicationCustomizerProperties.ts type IRedirectApplicationCustomizerProperties (line 1) | interface IRedirectApplicationCustomizerProperties { FILE: source/js-application-redirect/src/extensions/redirect/IRedirection.ts type IRedirection (line 2) | interface IRedirection { FILE: source/js-application-redirect/src/extensions/redirect/RedirectApplicationCustomizer.ts constant LOG_SOURCE (line 13) | const LOG_SOURCE: string = 'RedirectApplicationCustomizer'; class RedirectApplicationCustomizer (line 16) | class RedirectApplicationCustomizer method onInit (line 26) | public async onInit(): Promise { method loadRedirectionForCurrentPage (line 57) | private async loadRedirectionForCurrentPage(redirectionsListTitle: str... method ensureRedirectionsList (line 112) | private async ensureRedirectionsList(redirectionsListTitle: string): P... FILE: source/js-application-redirect/src/extensions/redirect/loc/myStrings.d.ts type IRedirectApplicationCustomizerStrings (line 1) | interface IRedirectApplicationCustomizerStrings { FILE: source/library-starter-kit-shared/gulpfile.generatelocalkeys.js function getKeyValuePairs (line 6) | function getKeyValuePairs(fileContents) { function stripQuotes (line 45) | function stripQuotes(value) { FILE: source/library-starter-kit-shared/src/libraries/spStarterKitShared/SpStarterKitSharedLibrary.ts class SpStarterKitSharedLibrary (line 4) | class SpStarterKitSharedLibrary { method getLocale (line 11) | public static getLocale(localeKey: LocaleKeys | string, returnNull = f... FILE: source/library-starter-kit-shared/src/libraries/spStarterKitShared/loc/LocaleKeys.ts type LocaleKeys (line 1) | enum LocaleKeys { FILE: source/library-starter-kit-shared/src/libraries/spStarterKitShared/loc/mystrings.d.ts type ISpStarterKitSharedLibraryStrings (line 1) | interface ISpStarterKitSharedLibraryStrings {} FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/HubOrSiteAlertsApplicationCustomizer.ts type IHubOrSiteAlertsApplicationCustomizerProperties (line 18) | interface IHubOrSiteAlertsApplicationCustomizerProperties { class HubOrSiteAlertsApplicationCustomizer (line 22) | class HubOrSiteAlertsApplicationCustomizer method onInit (line 32) | public onInit(): Promise { method _handleDispose (line 40) | private _handleDispose(): void { method _getConnectedHubSiteData (line 50) | private _getConnectedHubSiteData(): Promise { method _loadUpcomingAlerts (line 90) | private _loadUpcomingAlerts(hubSiteUrl: string): Promise { method _render (line 132) | private _render(): void { FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/IAlert.ts type IAlert (line 4) | interface IAlert { type AlertType (line 10) | enum AlertType { type IAlertItem (line 18) | interface IAlertItem { FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/IHubSiteData.ts type IHubSiteData (line 1) | interface IHubSiteData { type IHubSiteDataResponse (line 16) | interface IHubSiteDataResponse { FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/components/AlertNotifications.tsx class AlertNotifications (line 7) | class AlertNotifications extends React.Component { FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/components/IAlertNotificationsProps.ts type IAlertNotificationsProps (line 3) | interface IAlertNotificationsProps { FILE: source/react-application-alerts/src/extensions/hubOrSiteAlerts/loc/myStrings.d.ts type IHubOrSiteAlertsApplicationCustomizerStrings (line 1) | interface IHubOrSiteAlertsApplicationCustomizerStrings { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/CollaborationFooterApplicationCustomizer.ts constant LOG_SOURCE (line 23) | const LOG_SOURCE: string = 'CollaborationFooterApplicationCustomizer'; type ICollaborationFooterApplicationCustomizerProperties (line 30) | interface ICollaborationFooterApplicationCustomizerProperties { class CollaborationFooterApplicationCustomizer (line 38) | class CollaborationFooterApplicationCustomizer method onInit (line 46) | public async onInit(): Promise { method getMenuItems (line 59) | private async getMenuItems(): Promise { method projectTermToMenuItem (line 96) | private projectTermToMenuItem(menuItem: ITerm, itemType: ContextualMen... method projectMyLinkToMenuItem (line 119) | private projectMyLinkToMenuItem(menuItem: IMyLink, itemType: Contextua... method _renderPlaceHolders (line 164) | private async _renderPlaceHolders(): Promise { method _onDispose (line 194) | private _onDispose(): void { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/CollabFooter.tsx class CollabFooter (line 14) | class CollabFooter extends React.Component { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/ICollabFooterEditResult.ts type ICollabFooterEditResult (line 3) | interface ICollabFooterEditResult { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/ICollabFooterProps.ts type ICollabFooterProps (line 4) | interface ICollabFooterProps { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/ICollabFooterState.ts type ICollabFooterState (line 3) | interface ICollabFooterState { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/myLinks/IMyLink.ts type IMyLink (line 4) | interface IMyLink { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/myLinks/MyLinksDialog.tsx type IMyLinksDialogContentProps (line 44) | interface IMyLinksDialogContentProps { type IMyLinksDialogContentState (line 56) | interface IMyLinksDialogContentState { class MyLinksDialogContent (line 74) | class MyLinksDialogContent extends method constructor (line 80) | constructor(props: IMyLinksDialogContentProps) { method componentDidMount (line 96) | public componentDidMount(): void { method render (line 106) | public render(): JSX.Element { class MyLinksDialog (line 333) | class MyLinksDialog extends BaseDialog { method constructor (line 341) | constructor(public links: Array, public isSave?: boolean) { method render (line 349) | public render(): void { method getConfig (line 358) | public getConfig(): IDialogConfiguration { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/components/myLinks/loc/mystrings.d.ts type IMyLinksStrings (line 1) | interface IMyLinksStrings { FILE: source/react-application-collab-footer/src/extensions/collaborationFooter/loc/myStrings.d.ts type ICollabFooterApplicationCustomizerStrings (line 1) | interface ICollabFooterApplicationCustomizerStrings { FILE: source/react-application-collab-footer/src/services/SPTaxonomyService.ts class SPTaxonomyService (line 14) | class SPTaxonomyService { method constructor (line 28) | constructor(private context: IWebPartContext | ExtensionContext) { method getFormDigest (line 37) | private async getFormDigest(): Promise { method getTermsFromTermSet (line 58) | public async getTermsFromTermSet(termSetName: string, locale: number =... method getChildTerms (line 160) | private async getChildTerms(term: ITerm): Promise { method expandTerm (line 234) | private async expandTerm(term: ITerm): Promise { method cleanGuid (line 252) | private cleanGuid(guid: string): string { FILE: source/react-application-collab-footer/src/services/SPTaxonomyTypes.ts type ITermSets (line 4) | interface ITermSets { type ITermSet (line 12) | interface ITermSet { type ITerms (line 24) | interface ITerms { type ITerm (line 32) | interface ITerm { FILE: source/react-application-collab-footer/src/services/SPUserProfileService.ts class SPUserProfileService (line 14) | class SPUserProfileService { method constructor (line 28) | constructor(private context: IWebPartContext | ExtensionContext) { method getFormDigest (line 37) | private async getFormDigest(): Promise { method getUserProfileProperty (line 58) | public async getUserProfileProperty(propertyName: string): Promise { method setUserProfileProperty (line 127) | public async setUserProfileProperty(propertyName: string, propertyType... FILE: source/react-application-collab-footer/src/services/SPUserProfileTypes.ts type IPersonProperties (line 4) | interface IPersonProperties { type ISetPropertyResponse (line 13) | interface ISetPropertyResponse { FILE: source/react-application-portal-footer/src/extensions/portalFooter/IHubSiteData.ts type IHubSiteDataResponse (line 1) | interface IHubSiteDataResponse { type IHubSiteData (line 6) | interface IHubSiteData { FILE: source/react-application-portal-footer/src/extensions/portalFooter/ILinkListItem.ts type ILinkListItem (line 1) | interface ILinkListItem { FILE: source/react-application-portal-footer/src/extensions/portalFooter/PortalFooterApplicationCustomizer.ts constant LOG_SOURCE (line 11) | const LOG_SOURCE: string = 'PortalFooterApplicationCustomizer'; type IPortalFooterApplicationCustomizerProperties (line 32) | interface IPortalFooterApplicationCustomizerProperties { class PortalFooterApplicationCustomizer (line 44) | class PortalFooterApplicationCustomizer method _handleDispose (line 50) | private _handleDispose(): void { method onInit (line 55) | public async onInit(): Promise { method getHubSiteUrl (line 110) | private async getHubSiteUrl(): Promise { method loadLinks (line 136) | private async loadLinks(): Promise { method _renderPlaceHolders (line 203) | private async _renderPlaceHolders(): Promise { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/Links/ILinksProps.ts type ILinksProps (line 3) | interface ILinksProps { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/Links/Links.tsx class Links (line 7) | class Links extends React.Component { method render (line 13) | public render(): React.ReactElement { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/PortalFooter/ILinkGroup.ts type ILinkGroup (line 1) | interface ILinkGroup { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/PortalFooter/IPortalFooterEditResult.ts type IPortalFooterEditResult (line 3) | interface IPortalFooterEditResult { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/PortalFooter/IPortalFooterProps.ts type IPortalFooterProps (line 4) | interface IPortalFooterProps { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/PortalFooter/IPortalFooterState.ts type IPortalFooterState (line 3) | interface IPortalFooterState { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/PortalFooter/PortalFooter.tsx class PortalFooter (line 11) | class PortalFooter extends React.Component { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/myLinks/IMyLink.ts type IMyLink (line 4) | interface IMyLink { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/myLinks/MyLinksDialog.tsx type IMyLinksDialogContentProps (line 44) | interface IMyLinksDialogContentProps { type IMyLinksDialogContentState (line 56) | interface IMyLinksDialogContentState { class MyLinksDialogContent (line 74) | class MyLinksDialogContent extends method constructor (line 80) | constructor(props: IMyLinksDialogContentProps) { method componentDidMount (line 96) | public componentDidMount(): void { method render (line 106) | public render(): JSX.Element { class MyLinksDialog (line 333) | class MyLinksDialog extends BaseDialog { method constructor (line 341) | constructor(public links: Array, public isSave?: boolean) { method render (line 349) | public render(): void { method getConfig (line 358) | public getConfig(): IDialogConfiguration { FILE: source/react-application-portal-footer/src/extensions/portalFooter/components/myLinks/loc/mystrings.d.ts type IMyLinksStrings (line 1) | interface IMyLinksStrings { FILE: source/react-application-portal-footer/src/extensions/portalFooter/loc/myStrings.d.ts type IPortalFooterApplicationCustomizerStrings (line 1) | interface IPortalFooterApplicationCustomizerStrings { FILE: source/react-application-portal-footer/src/services/SPUserProfileService.ts class SPUserProfileService (line 14) | class SPUserProfileService { method constructor (line 28) | constructor(private context: IWebPartContext | ExtensionContext) { method getFormDigest (line 37) | private async getFormDigest(): Promise { method getUserProfileProperty (line 58) | public async getUserProfileProperty(propertyName: string): Promise { method setUserProfileProperty (line 127) | public async setUserProfileProperty(propertyName: string, propertyType... FILE: source/react-application-portal-footer/src/services/SPUserProfileTypes.ts type IPersonProperties (line 4) | interface IPersonProperties { type ISetPropertyResponse (line 13) | interface ISetPropertyResponse { FILE: source/react-banner/src/webparts/banner/BannerWebPart.ts type IBannerWebPartProps (line 11) | interface IBannerWebPartProps { class BannerWebPart (line 21) | class BannerWebPart extends BaseClientSideWebPart { method render (line 25) | public render(): void { method dataVersion (line 40) | protected get dataVersion(): Version { method propertiesMetadata (line 47) | protected get propertiesMetadata(): IWebPartPropertiesMetadata { method loadPropertyPaneResources (line 56) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 70) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { method _validateImageField (line 115) | private _validateImageField(imgVal: string): string { FILE: source/react-banner/src/webparts/banner/components/Banner.tsx class Banner (line 8) | class Banner extends React.Component { method componentDidMount (line 16) | public componentDidMount(): void { method componentDidUpdate (line 24) | public componentDidUpdate(prevProps: IBannerProps): void { method componentWillUnmount (line 31) | public componentWillUnmount(): void { method render (line 38) | public render(): React.ReactElement { method _getScrollableParent (line 79) | private _getScrollableParent(): HTMLElement { method _setTranslate (line 91) | private _setTranslate (vector: number): void { method _removeParallaxBinding (line 115) | private _removeParallaxBinding(): void { method _parallaxBinding (line 125) | private _parallaxBinding(): void { FILE: source/react-banner/src/webparts/banner/components/IBannerProps.ts type IBannerProps (line 4) | interface IBannerProps extends IBannerWebPartProps { FILE: source/react-banner/src/webparts/banner/loc/mystrings.d.ts type IBannerWebPartStrings (line 1) | interface IBannerWebPartStrings { FILE: source/react-command-discuss-now/src/extensions/discussNow/DiscussNowCommandSet.ts type IDiscussNowCommandSetProperties (line 21) | interface IDiscussNowCommandSetProperties { constant LOG_SOURCE (line 26) | const LOG_SOURCE: string = 'DiscussNowCommandSet'; class DiscussNowCommandSet (line 28) | class DiscussNowCommandSet extends BaseListViewCommandSet { method onListViewUpdated (line 37) | public onListViewUpdated(event: IListViewCommandSetListViewUpdatedPara... method onExecute (line 44) | public onExecute(event: IListViewCommandSetExecuteEventParameters): vo... FILE: source/react-command-discuss-now/src/extensions/discussNow/components/DateTimePicker.tsx type IDatePickerRequiredExampleState (line 90) | interface IDatePickerRequiredExampleState { class DateTimePicker (line 94) | class DateTimePicker extends React.Component { method saveFullDate (line 214) | private saveFullDate(): void { FILE: source/react-command-discuss-now/src/extensions/discussNow/components/IDateTimePickerProps.ts type IDateTimePickerProps (line 1) | interface IDateTimePickerProps { FILE: source/react-command-discuss-now/src/extensions/discussNow/components/IDateTimePickerState.ts type IDateTimePickerState (line 1) | interface IDateTimePickerState { FILE: source/react-command-discuss-now/src/extensions/discussNow/components/ScheduleMeetingDialog.tsx type IScheduleMeetingDialogContentProps (line 22) | interface IScheduleMeetingDialogContentProps { type IScheduleMeetingDialogContentState (line 29) | interface IScheduleMeetingDialogContentState { class ScheduleMeetingDialogContent (line 35) | class ScheduleMeetingDialogContent extends method constructor (line 38) | constructor(props: IScheduleMeetingDialogContentProps) { method render (line 48) | public render(): JSX.Element { method _getErrorMessageSubject (line 118) | private _getErrorMessageSubject(value: string): string { class ScheduleMeetingDialog (line 139) | class ScheduleMeetingDialog extends BaseDialog { method render (line 144) | public render(): void { method getConfig (line 153) | public getConfig(): IDialogConfiguration { FILE: source/react-command-discuss-now/src/extensions/discussNow/loc/myStrings.d.ts type IDiscussNowCommandSetStrings (line 1) | interface IDiscussNowCommandSetStrings { FILE: source/react-followed-sites/src/webparts/followedSites/FollowedSitesWebPart.ts type IFollowedSitesWebPartProps (line 11) | interface IFollowedSitesWebPartProps { type SortOrder (line 17) | enum SortOrder { class FollowedSitesWebPart (line 22) | class FollowedSitesWebPart extends BaseClientSideWebPart { method getPropertyPaneConfiguration (line 62) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-followed-sites/src/webparts/followedSites/components/FollowedSites.tsx class FollowedSites (line 13) | class FollowedSites extends React.Component { FILE: source/react-followed-sites/src/webparts/followedSites/components/IFollowedResult.ts type IFollowed (line 1) | interface IFollowed { type IFollowedResult (line 7) | interface IFollowedResult { type IErrorMessage (line 27) | interface IErrorMessage { FILE: source/react-followed-sites/src/webparts/followedSites/components/IFollowedSitesProps.ts type IFollowedSitesProps (line 5) | interface IFollowedSitesProps extends IFollowedSitesWebPartProps { FILE: source/react-followed-sites/src/webparts/followedSites/components/IFollowedSitesState.ts type IFollowedSitesState (line 3) | interface IFollowedSitesState { FILE: source/react-followed-sites/src/webparts/followedSites/components/paging/IPagingProps.ts type IPagingProps (line 3) | interface IPagingProps { FILE: source/react-followed-sites/src/webparts/followedSites/components/paging/IPagingState.ts type IPagingState (line 1) | interface IPagingState { FILE: source/react-followed-sites/src/webparts/followedSites/components/paging/Paging.tsx class Paging (line 7) | class Paging extends React.Component { method constructor (line 8) | constructor(props: IPagingProps) { method componentWillReceiveProps (line 61) | public componentWillReceiveProps(nextProps: IPagingProps): void { method render (line 73) | public render(): React.ReactElement { FILE: source/react-links/src/webparts/links/ILink.ts type ILink (line 1) | interface ILink { type IGroupData (line 9) | interface IGroupData { type LinkTarget (line 13) | enum LinkTarget { FILE: source/react-links/src/webparts/links/LinksWebPart.ts type ILinksWebPartProps (line 12) | interface ILinksWebPartProps { class LinksWebPart (line 18) | class LinksWebPart extends BaseClientSideWebPart { method render (line 27) | public render(): void { method dataVersion (line 44) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 49) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 60) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-links/src/webparts/links/components/ILinksProps.ts type ILinksProps (line 4) | interface ILinksProps { FILE: source/react-links/src/webparts/links/components/ILinksState.ts type ILinksState (line 3) | interface ILinksState { FILE: source/react-links/src/webparts/links/components/Links.tsx constant NO_GROUP_NAME (line 13) | const NO_GROUP_NAME: string = '..NOGROUPNAME..'; class Links (line 15) | class Links extends React.Component { method constructor (line 17) | constructor(props: ILinksProps) { method componentWillMount (line 28) | public componentWillMount(): void { method componentDidUpdate (line 37) | public componentDidUpdate(prevProps: ILinksProps, prevState: ILinksSta... method render (line 46) | public render(): React.ReactElement { method _processLinks (line 102) | private _processLinks(): void { FILE: source/react-links/src/webparts/links/loc/mystrings.d.ts type ILinksWebPartStrings (line 1) | interface ILinksWebPartStrings { FILE: source/react-lob-integration/src/webparts/lobIntegration/ICustomer.ts type ICustomer (line 1) | interface ICustomer { FILE: source/react-lob-integration/src/webparts/lobIntegration/ILobIntegrationWebPartProps.ts type ILobIntegrationWebPartProps (line 1) | interface ILobIntegrationWebPartProps { FILE: source/react-lob-integration/src/webparts/lobIntegration/ILobServiceResponse.ts type ILobServiceResponse (line 3) | interface ILobServiceResponse { FILE: source/react-lob-integration/src/webparts/lobIntegration/LobIntegrationWebPart.ts class LobIntegrationWebPart (line 12) | class LobIntegrationWebPart extends BaseClientSideWebPart { method _searchCustomers (line 133) | private async _searchCustomers(): Promise { method render (line 153) | public render(): React.ReactElement { FILE: source/react-lob-integration/src/webparts/lobIntegration/loc/mystrings.d.ts type ILobIntegrationWebPartStrings (line 1) | interface ILobIntegrationWebPartStrings { FILE: source/react-people-directory/src/webparts/peopleDirectory/PeopleDirectoryWebPart.ts type IPeopleDirectoryWebPartProps (line 9) | interface IPeopleDirectoryWebPartProps { class PeopleDirectoryWebPart (line 13) | class PeopleDirectoryWebPart extends BaseClientSideWebPart { method onAfterResize (line 20) | protected onAfterResize(newWidth: number) { method render (line 25) | public render(): void { method onDispose (line 45) | protected onDispose(): void { method dataVersion (line 49) | protected get dataVersion(): Version { method getLocaleId (line 53) | protected getLocaleId(): string { method getPropertyPaneConfiguration (line 57) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/IndexNavigation/IIndexNavigationProps.ts type IIndexNavigationProps (line 4) | interface IIndexNavigationProps { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/IndexNavigation/IndexNavigation.tsx class IndexNavigation (line 8) | class IndexNavigation extends React.Component { method shouldComponentUpdate (line 16) | public shouldComponentUpdate(nextProps: IIndexNavigationProps, nextSta... method render (line 22) | public render(): React.ReactElement { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleCallout/IPeopleCalloutProps.ts type IPeopleCalloutProps (line 3) | interface IPeopleCalloutProps { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleCallout/IPeopleCalloutState.ts type IPeopleCalloutState (line 1) | interface IPeopleCalloutState { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleCallout/PeopleCallout.tsx class PeopleCallout (line 6) | class PeopleCallout extends React.Component { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/IPeopleDirectoryProps.ts type IPeopleDirectoryProps (line 7) | interface IPeopleDirectoryProps { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/IPeopleDirectoryState.ts type IPeopleDirectoryState (line 6) | interface IPeopleDirectoryState { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/IPeopleSearchResults.ts type IPeopleSearchResults (line 4) | interface IPeopleSearchResults { type ICell (line 22) | interface ICell { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/IPerson.ts type IPerson (line 1) | interface IPerson { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleDirectory/PeopleDirectory.tsx class PeopleDirectory (line 24) | class PeopleDirectory extends React.Component { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleList/IPeopleListProps.ts type IPeopleListProps (line 6) | interface IPeopleListProps { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleList/IPeopleListState.ts type IPeopleListState (line 3) | interface IPeopleListState { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/PeopleList/PeopleList.tsx class PeopleList (line 14) | class PeopleList extends React.Component { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/Search/ISearchProps.ts type ISearchProps (line 4) | interface ISearchProps { FILE: source/react-people-directory/src/webparts/peopleDirectory/components/Search/Search.tsx class Search (line 9) | class Search extends React.Component { method render (line 18) | public render(): React.ReactElement { FILE: source/react-people-directory/src/webparts/peopleDirectory/loc/mystrings.d.ts type IPeopleDirectoryWebPartStrings (line 1) | interface IPeopleDirectoryWebPartStrings { FILE: source/react-personal-calendar/src/webparts/personalCalendar/PersonalCalendarWebPart.ts type IPersonalCalendarWebPartProps (line 21) | interface IPersonalCalendarWebPartProps { class PersonalCalendarWebPart (line 29) | class PersonalCalendarWebPart extends BaseClientSideWebPart { method render (line 51) | public render(): void { method dataVersion (line 75) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 80) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 91) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { method _handleThemeChangedEvent (line 135) | private _handleThemeChangedEvent(args: ThemeChangedEventArgs): void { FILE: source/react-personal-calendar/src/webparts/personalCalendar/components/IMeeting.ts type IMeetings (line 1) | interface IMeetings { type IMeeting (line 5) | interface IMeeting { type IMeetingTime (line 17) | interface IMeetingTime { FILE: source/react-personal-calendar/src/webparts/personalCalendar/components/IPersonalCalendarProps.ts type IPersonalCalendarProps (line 5) | interface IPersonalCalendarProps extends IPersonalCalendarWebPartProps { FILE: source/react-personal-calendar/src/webparts/personalCalendar/components/IPersonalCalendarState.ts type IPersonalCalendarState (line 3) | interface IPersonalCalendarState { FILE: source/react-personal-calendar/src/webparts/personalCalendar/components/PersonalCalendar.tsx class PersonalCalendar (line 94) | class PersonalCalendar extends React.Component { method componentDidMount (line 159) | public componentDidMount(): void { method componentWillUnmount (line 172) | public componentWillUnmount(): void { method componentDidUpdate (line 177) | public componentDidUpdate(prevProps: IPersonalCalendarProps, prevState... method render (line 187) | public render(): React.ReactElement { FILE: source/react-personal-calendar/src/webparts/personalCalendar/components/SimpleCalendar.tsx function SimpleCalendar (line 12) | function SimpleCalendar () { FILE: source/react-personal-calendar/src/webparts/personalCalendar/loc/mystrings.d.ts type IPersonalCalendarWebPartStrings (line 1) | interface IPersonalCalendarWebPartStrings { FILE: source/react-personal-contacts/src/webparts/personalContacts/PersonalContactsWebPart.ts type IPersonalContactsWebPartProps (line 10) | interface IPersonalContactsWebPartProps { class PersonalContactsWebPart (line 15) | class PersonalContactsWebPart extends BaseClientSideWebPart { method render (line 30) | public render(): void { method dataVersion (line 52) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 57) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 68) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/IContacts.ts type IContacts (line 1) | interface IContacts { type IContact (line 5) | interface IContact { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/Person/IPersonProps.ts type IPersonProps (line 4) | interface IPersonProps { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/Person/IPersonState.ts type IPersonState (line 1) | interface IPersonState { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/Person/Person.tsx class Person (line 8) | class Person extends React.Component { method constructor (line 9) | constructor(props: IPersonProps) { method _setPhoto (line 39) | private _setPhoto(rawResponse: any): void { method componentDidMount (line 52) | public componentDidMount(): void { method render (line 90) | public render(): React.ReactElement { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/PersonalContacts/IPersonalContactsProps.ts type IPersonalContactsProps (line 5) | interface IPersonalContactsProps extends IPersonalContactsWebPartProps { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/PersonalContacts/IPersonalContactsState.ts type IPersonalContactsState (line 3) | interface IPersonalContactsState { FILE: source/react-personal-contacts/src/webparts/personalContacts/components/PersonalContacts/PersonalContacts.tsx class PersonalContacts (line 12) | class PersonalContacts extends React.Component { FILE: source/react-personal-contacts/src/webparts/personalContacts/loc/mystrings.d.ts type IPersonalContactsWebPartStrings (line 1) | interface IPersonalContactsWebPartStrings { FILE: source/react-personal-email/src/webparts/personalEmail/PersonalEmailWebPart.ts type IPersonalEmailWebPartProps (line 17) | interface IPersonalEmailWebPartProps { class PersonalEmailWebPart (line 23) | class PersonalEmailWebPart extends BaseClientSideWebPart { method render (line 51) | public render(): void { method dataVersion (line 75) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 80) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 91) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { method _handleThemeChangedEvent (line 123) | private _handleThemeChangedEvent(args: ThemeChangedEventArgs): void { FILE: source/react-personal-email/src/webparts/personalEmail/components/IMessage.ts type IMessages (line 1) | interface IMessages { type IMessage (line 5) | interface IMessage { FILE: source/react-personal-email/src/webparts/personalEmail/components/IPersonalEmailProps.ts type IPersonalEmailProps (line 6) | interface IPersonalEmailProps extends IPersonalEmailWebPartProps { FILE: source/react-personal-email/src/webparts/personalEmail/components/IPersonalEmailState.ts type IPersonalEmailState (line 3) | interface IPersonalEmailState { FILE: source/react-personal-email/src/webparts/personalEmail/components/PersonalEmail.tsx class PersonalEmail (line 12) | class PersonalEmail extends React.Component { FILE: source/react-personal-email/src/webparts/personalEmail/loc/mystrings.d.ts type IPersonalEmailWebPartStrings (line 1) | interface IPersonalEmailWebPartStrings { FILE: source/react-personal-tasks/src/webparts/personalTasks/PersonalTasksWebPart.ts type IPersonalTasksWebPartProps (line 19) | interface IPersonalTasksWebPartProps { class PersonalTasksWebPart (line 56) | class PersonalTasksWebPart extends BaseClientSideWebPart { method render (line 79) | public render(): void { method onDispose (line 93) | protected onDispose(): void { method dataVersion (line 97) | protected get dataVersion(): Version { method getPropertyPaneConfiguration (line 101) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-personal-tasks/src/webparts/personalTasks/components/IPersonalTasksProps.ts type IPersonalTasksProps (line 5) | interface IPersonalTasksProps { FILE: source/react-personal-tasks/src/webparts/personalTasks/components/PersonalTasks.tsx class PersonalTasks (line 12) | class PersonalTasks extends React.Component { method render (line 13) | public render(): React.ReactElement { FILE: source/react-personal-tasks/src/webparts/personalTasks/loc/mystrings.d.ts type IPersonalTasksWebPartStrings (line 1) | interface IPersonalTasksWebPartStrings { FILE: source/react-recent-contacts/src/webparts/recentContacts/RecentContactsWebPart.ts type IRecentContactsWebPartProps (line 10) | interface IRecentContactsWebPartProps { class RecentContactsWebPart (line 15) | class RecentContactsWebPart extends BaseClientSideWebPart { method render (line 25) | public render(): void { method dataVersion (line 41) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 46) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 57) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/IContacts.ts type IContacts (line 1) | interface IContacts { type IContact (line 6) | interface IContact { type ScoredEmailAddress (line 15) | interface ScoredEmailAddress { type Phone (line 21) | interface Phone { type PersonType (line 26) | interface PersonType { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/IRecentContactsProps.ts type IRecentContactsProps (line 4) | interface IRecentContactsProps extends IRecentContactsWebPartProps { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/IRecentContactsState.ts type IRecentContactsState (line 3) | interface IRecentContactsState { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/RecentContacts.tsx class RecentContacts (line 11) | class RecentContacts extends React.Component { method constructor (line 12) | constructor(props: IRecentContactsProps) { method PersonComponent (line 16) | private PersonComponent(props: MgtTemplateProps) { method LoaderComponent (line 37) | private LoaderComponent(props: MgtTemplateProps) { method ErrorComponent (line 41) | private ErrorComponent(props: MgtTemplateProps) { method render (line 49) | public render(): React.ReactElement { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/person/IPersonProps.ts type IPersonProps (line 4) | interface IPersonProps { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/person/IPersonState.ts type IPersonState (line 1) | interface IPersonState { FILE: source/react-recent-contacts/src/webparts/recentContacts/components/person/Person.tsx class Person (line 6) | class Person extends React.Component { method constructor (line 7) | constructor(props: IPersonProps) { method componentDidMount (line 40) | public componentDidMount(): void { method render (line 63) | public render(): React.ReactElement { FILE: source/react-recent-contacts/src/webparts/recentContacts/loc/mystrings.d.ts type IRecentContactsWebPartStrings (line 1) | interface IRecentContactsWebPartStrings { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/RecentlyUsedDocumentsWebPart.ts type IRecentlyUsedDocumentsWebPartProps (line 12) | interface IRecentlyUsedDocumentsWebPartProps { class RecentlyUsedDocumentsWebPart (line 17) | class RecentlyUsedDocumentsWebPart extends BaseClientSideWebPart { method render (line 32) | public render(): void { method dataVersion (line 50) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 55) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 66) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/components/BrandIcons.ts type BrandIcons (line 4) | enum BrandIcons { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/components/IRecentDocuments.ts type IRecentDocuments (line 6) | interface IRecentDocuments { type IRecentDocument (line 11) | interface IRecentDocument { type ResourceReference (line 18) | interface ResourceReference { type ResourceVisualization (line 24) | interface ResourceVisualization { type LastUsed (line 35) | interface LastUsed { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/components/IRecentlyUsedDocumentsProps.ts type IRecentlyUsedDocumentsProps (line 6) | interface IRecentlyUsedDocumentsProps extends IRecentlyUsedDocumentsWebP... FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/components/IRecentlyUsedDocumentsState.ts type IRecentlyUsedDocumentsState (line 1) | interface IRecentlyUsedDocumentsState { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/components/RecentlyUsedDocuments.tsx class RecentlyUsedDocuments (line 12) | class RecentlyUsedDocuments extends React.Component { FILE: source/react-recently-used-documents/src/webparts/recentlyUsedDocuments/loc/mystrings.d.ts type IRecentlyUsedDocumentsWebPartStrings (line 1) | interface IRecentlyUsedDocumentsWebPartStrings { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/RecentlyVisitedSitesWebPart.ts type IRecentlyVisitedSitesWebPartProps (line 11) | interface IRecentlyVisitedSitesWebPartProps { class RecentlyVisitedSitesWebPart (line 15) | class RecentlyVisitedSitesWebPart extends BaseClientSideWebPart { method render (line 42) | public render(): void { method dataVersion (line 59) | protected get dataVersion(): Version { method getPropertyPaneConfiguration (line 63) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/components/IRecentWebs.ts type IRecentWebs (line 4) | interface IRecentWebs { type IRecentWeb (line 9) | interface IRecentWeb { type ResourceReference (line 16) | interface ResourceReference { type ResourceVisualization (line 19) | interface ResourceVisualization { type LastUsed (line 29) | interface LastUsed { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/components/IRecentlyVisitedSitesProps.ts type IRecentlyVisitedSitesProps (line 6) | interface IRecentlyVisitedSitesProps extends IRecentlyVisitedSitesWebPar... FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/components/IRecentlyVisitedSitesState.ts type IRecentlyVisitedSitesState (line 3) | interface IRecentlyVisitedSitesState { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/components/IWebs.ts type IWebs (line 1) | interface IWebs { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/components/RecentlyVisitedSites.tsx class RecentlyVisitedSites (line 10) | class RecentlyVisitedSites extends React.Component { FILE: source/react-recently-visited-sites/src/webparts/recentlyVisitedSites/loc/mystrings.d.ts type IRecentlyVisitedSitesWebPartStrings (line 1) | interface IRecentlyVisitedSitesWebPartStrings { FILE: source/react-site-information/src/webparts/siteInformation/ISiteInformationWebPartProps.ts type ISiteInformationWebPartProps (line 4) | interface ISiteInformationWebPartProps { FILE: source/react-site-information/src/webparts/siteInformation/SiteInformationWebPart.ts class SiteInformationWebPart (line 13) | class SiteInformationWebPart extends BaseClientSideWebPart { method propertiesMetadata (line 41) | protected get propertiesMetadata(): IWebPartPropertiesMetadata { method render (line 50) | public render(): void { method dataVersion (line 82) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 87) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 104) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { method onAfterPropertyPaneChangesApplied (line 155) | protected onAfterPropertyPaneChangesApplied(): void { method needsConfiguration (line 160) | private needsConfiguration(): boolean { FILE: source/react-site-information/src/webparts/siteInformation/components/ISiteInformationProps.ts type ISiteInformationProps (line 1) | interface ISiteInformationProps { FILE: source/react-site-information/src/webparts/siteInformation/components/SiteInformation.tsx class SiteInformation (line 17) | class SiteInformation extends React.Component { method constructor (line 19) | constructor(props: ISiteInformationProps) { method render (line 23) | public render(): React.ReactElement { method getInitials (line 63) | private getInitials(fullName: string): string { FILE: source/react-site-information/src/webparts/siteInformation/loc/mystrings.d.ts type ISiteInformationWebPartStrings (line 1) | interface ISiteInformationWebPartStrings { FILE: source/react-tiles/src/webparts/tiles/ITileInfo.ts type ITileInfo (line 1) | interface ITileInfo { type LinkTarget (line 9) | enum LinkTarget { FILE: source/react-tiles/src/webparts/tiles/TilesWebPart.ts type ITilesWebPartProps (line 12) | interface ITilesWebPartProps { class TilesWebPart (line 18) | class TilesWebPart extends BaseClientSideWebPart { method render (line 30) | public render(): void { method dataVersion (line 48) | protected get dataVersion(): Version { method loadPropertyPaneResources (line 53) | protected async loadPropertyPaneResources(): Promise { method getPropertyPaneConfiguration (line 70) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { FILE: source/react-tiles/src/webparts/tiles/components/ITilesProps.ts type ITilesProps (line 4) | interface ITilesProps extends ITilesWebPartProps { FILE: source/react-tiles/src/webparts/tiles/components/Tile/ITileProps.ts type ITileProps (line 3) | interface ITileProps { FILE: source/react-tiles/src/webparts/tiles/components/Tile/Tile.tsx class Tile (line 6) | class Tile extends React.Component { method render (line 7) | public render(): React.ReactElement { FILE: source/react-tiles/src/webparts/tiles/components/Tiles.tsx class Tiles (line 9) | class Tiles extends React.Component { method render (line 11) | public render(): React.ReactElement { FILE: source/react-tiles/src/webparts/tiles/loc/mystrings.d.ts type ITilesWebPartStrings (line 1) | interface ITilesWebPartStrings { FILE: source/react-weather/src/webparts/weather/WeatherWebPart.ts type IWeatherWebPartProps (line 15) | interface IWeatherWebPartProps { class WeatherWebPart (line 21) | class WeatherWebPart extends BaseClientSideWebPart { method render (line 23) | public render(): void { method onDispose (line 40) | protected onDispose(): void { method dataVersion (line 44) | protected get dataVersion(): Version { method getPropertyPaneConfiguration (line 48) | protected getPropertyPaneConfiguration(): IPropertyPaneConfiguration { method disableReactivePropertyChanges (line 96) | protected get disableReactivePropertyChanges(): boolean { method onAfterPropertyPaneChangesApplied (line 100) | protected onAfterPropertyPaneChangesApplied(): void { method _validateLocation (line 126) | private _validateLocation(value: string): string { method _needsConfiguration (line 142) | private _needsConfiguration(): boolean { FILE: source/react-weather/src/webparts/weather/components/IWeatherData.ts type IWeatherData (line 1) | interface IWeatherData { type IWeatherLocation (line 9) | interface IWeatherLocation { type IWeatherDescription (line 14) | interface IWeatherDescription { type IWeatherCondition (line 20) | interface IWeatherCondition { FILE: source/react-weather/src/webparts/weather/components/IWeatherProps.ts type IWeatherProps (line 3) | interface IWeatherProps { FILE: source/react-weather/src/webparts/weather/components/IWeatherState.ts type IWeatherState (line 6) | interface IWeatherState { FILE: source/react-weather/src/webparts/weather/components/Weather.tsx class Weather (line 22) | class Weather extends React.Component < IWeatherProps, IWeatherState > { method constructor (line 23) | constructor(props: IWeatherProps) { method _loadWeatherInfo (line 37) | private _loadWeatherInfo(location: string, unit: string, apikey: strin... method componentDidMount (line 117) | public componentDidMount(): void { method componentWillReceiveProps (line 125) | public componentWillReceiveProps(nextProps: IWeatherProps): void { method render (line 133) | public render(): React.ReactElement { FILE: source/react-weather/src/webparts/weather/loc/mystrings.d.ts type IWeatherWebPartStrings (line 1) | interface IWeatherWebPartStrings { FILE: source/react-world-clock/src/webparts/worldClock/IWorldClockWebPartProps.ts type IWorldClockWebPartProps (line 1) | interface IWorldClockWebPartProps { FILE: source/react-world-clock/src/webparts/worldClock/WorldClockWebPart.ts class WorldClockWebPart (line 14) | class WorldClockWebPart extends BaseClientSideWebPart { FILE: source/react-world-clock/src/webparts/worldClock/components/Clock.tsx type IClockProps (line 5) | interface IClockProps { type IClockState (line 10) | interface IClockState { class Clock (line 14) | class Clock extends React.Component { method constructor (line 18) | constructor(props: IClockProps) { method componentDidMount (line 25) | public componentDidMount(): void { method componentWillUnmount (line 29) | public componentWillUnmount(): void { method render (line 33) | public render(): React.ReactElement { method tick (line 80) | private tick(): void { method getDateTimeWithOffset (line 87) | private getDateTimeWithOffset(): Date { FILE: source/react-world-clock/src/webparts/worldClock/components/IWorldClockProps.ts type IWorldClockProps (line 1) | interface IWorldClockProps { FILE: source/react-world-clock/src/webparts/worldClock/components/Timezones.ts type ITimeZone (line 1) | interface ITimeZone { class TimeZones (line 8) | class TimeZones { FILE: source/react-world-clock/src/webparts/worldClock/components/WorldClock.tsx class WorldClock (line 12) | class WorldClock extends React.Component < IWorldClockProps, {} > { method render (line 14) | public render(): React.ReactElement { method convertTimeZoneIdToOffset (line 26) | private convertTimeZoneIdToOffset(id: number): number { FILE: source/react-world-clock/src/webparts/worldClock/loc/mystrings.d.ts type IWorldClockWebPartStrings (line 1) | interface IWorldClockWebPartStrings {