export declare module Enums { enum DocumentTypes { None = 0, Folder = 1, File = 2 } enum ViewType { List = 0, GroupedBySite = 1 } enum IconType { Sketched = 0, Image = 1 } enum SearchScope { all = 0, sites = 1, people = 2 } enum SearchContentTypes { Site = 0, Web = 1, List = 2, Document = 3, DiscussionNewsFeedItem = 4, AssetItem = 5, People = 6, Others = 7 } enum SortDirection { Ascending = 0, Descending = 1, FQLFormula = 2 } enum SearchResultItemTypes { SharePoint = 0, MicrosoftSearch = 1, SharedLink = 2, SemanticSearch = 3, OmniaSearch = 4 } module UserProfileCompletionEnums { enum PropertySourceEnum { SPUserProfile = 1, AzureAD = 2, OmniaSystemLanguage = 3 } enum CompletionImpactTypeEnum { None = 0, High = 1, Medium = 2, Low = 3 } enum CompletionImpactTypeEnumV2 { Low = 1, Medium = 2, High = 3 } enum SPUserProfilePropertyDisplayTypeEnum { ProfilePicture = 0, Text = 1, MultilineText = 2, TermSet = 3, Person = 4, HtmlText = 5 } enum AzureADPropertyDisplayTypeEnum { Text = 1, MultilineText = 2 } enum OmniaSystemLanguageDisplayTypeEnum { Text = 1 } } module PeopleRollupEnums { enum PagingType { NoPaging = 1, Classic = 2, Scroll = 3 } enum BooleamFilterOption { Yes = 1, No = 2 } enum RefinerOrderBy { Count = 1, Alphabetic = 2 } enum Positions { Top = 1, Left = 2, Right = 3 } enum DateTimeMode { Normal = 1, Social = 2 } enum ManagedPropertyOption { Refinable = 1, Retrievable = 2, Sortable = 3, Queryable = 4 } enum DatePeriods { NoLimit = 0, OneWeekFromToday = 1, TwoWeeksFromToday = 2, OneMonthFromToday = 3 } enum QueryType { ProfileQuery = 0, SharePointGroups = 1, ActivityQuery = 2, UserFieldsOnPage = 3, Birthday = 4, Users = 5 } enum BirthdayPeriod { NoLimit = 0, Today = 1, OneMonthFromToday = 2 } enum QueryConfigurationType { QueryBuilder = 0, PickUsers = 1 } const ManualSortPropertyBinding = "8cc52977-7581-4bf9-88d6-14a1281be8d2"; const RelevanceSortPropertyBinding = "97e42a00-1d21-4131-8b44-b11eed2a719b"; } enum ChromeMode { Full = 0, Compact = 1 } enum NavigationBarPosition { Top = 0, Left = 1 } enum Alignment { Left = 1, Center = 2, Right = 3 } }