SiteContext
definitely-typed › Akumina › Digispace › SiteContext
Hierarchy
- SiteContext
Index
Properties
- CurrentLanguage
- EmployeeDetailUrl
- FrameworkLoadTime
- IsDashBoardPage
- IsExternalUser
- IsHeadlessMode
- IsLoaderComplete
- IsLogoutPage
- IsModernPage
- IsPageBuilderPage
- IsSPAPage
- IsSandboxPage
- IsSiteAdmin
- IsVirtualPage
- IsWidgetJSLoaded
- IsWorkspacePage
- ListPermissionsMask
- LoadedWidgets
- PageNotFound
- QueriedLists
- RootSiteId
- RootSiteUrl
- ServerRequestPath
- SiteAbsoluteUrl
- SiteId
- SiteServerRelativeUrl
- TotalConnectTime
- TotalLoadTime
- TotalRenderTime
- UniqueId
- ViewsInUse
- WebAbsoluteUrl
- WebId
- WebServerRelativeUrl
- WorkspaceDetailsUrl
- WorkspaceListingUrl
Methods
Properties
Static
CurrentLanguage
▪ CurrentLanguage: number
Defined in index.d.ts:272
Stores current language ID
Static
EmployeeDetailUrl
▪ EmployeeDetailUrl: string
Defined in index.d.ts:281
Relative URL to Employee Details page
Static
FrameworkLoadTime
▪ FrameworkLoadTime: number
Defined in index.d.ts:255
Static
IsDashBoardPage
▪ IsDashBoardPage: boolean
Defined in index.d.ts:277
Static
IsExternalUser
▪ IsExternalUser: boolean
Defined in index.d.ts:286
Static
IsHeadlessMode
▪ IsHeadlessMode: boolean
Defined in index.d.ts:296
Static
IsLoaderComplete
▪ IsLoaderComplete: boolean
Defined in index.d.ts:242
Static
IsLogoutPage
▪ IsLogoutPage: boolean
Defined in index.d.ts:276
Static
IsModernPage
▪ IsModernPage: boolean
Defined in index.d.ts:299
Static
IsPageBuilderPage
▪ IsPageBuilderPage: boolean
Defined in index.d.ts:279
Static
IsSPAPage
▪ IsSPAPage: boolean
Defined in index.d.ts:249
Static
IsSandboxPage
▪ IsSandboxPage: boolean
Defined in index.d.ts:278
Static
IsSiteAdmin
▪ IsSiteAdmin: boolean
Defined in index.d.ts:270
Check if Current user is site Admin
Static
IsVirtualPage
▪ IsVirtualPage: boolean
Defined in index.d.ts:248
Check if current page is a VPC
Static
IsWidgetJSLoaded
▪ IsWidgetJSLoaded: boolean
Defined in index.d.ts:291
#MARK - it is not used as of now
Static
IsWorkspacePage
▪ IsWorkspacePage: boolean
Defined in index.d.ts:244
Check if current page is a workspace page
Static
ListPermissionsMask
▪ ListPermissionsMask: any
Defined in index.d.ts:273
Static
LoadedWidgets
▪ LoadedWidgets: any[]
Defined in index.d.ts:293
#MARK - not used as of now.
Static
PageNotFound
▪ PageNotFound: boolean
Defined in index.d.ts:288
check if page not found
Static
QueriedLists
▪ QueriedLists: string[]
Defined in index.d.ts:302
Lists queired till now
Static
RootSiteId
▪ RootSiteId: string
Defined in index.d.ts:294
Static
RootSiteUrl
▪ RootSiteUrl: string
Defined in index.d.ts:295
Static
ServerRequestPath
▪ ServerRequestPath: string
Defined in index.d.ts:275
Relative URL to current page
Static
SiteAbsoluteUrl
▪ SiteAbsoluteUrl: string
Defined in index.d.ts:262
Root Site URL
Static
SiteId
▪ SiteId: string
Defined in index.d.ts:260
SiteID with {}
Static
SiteServerRelativeUrl
▪ SiteServerRelativeUrl: string
Defined in index.d.ts:264
Relative URL for root site
Static
TotalConnectTime
▪ TotalConnectTime: number
Defined in index.d.ts:257
Static
TotalLoadTime
▪ TotalLoadTime: number
Defined in index.d.ts:256
Static
TotalRenderTime
▪ TotalRenderTime: number
Defined in index.d.ts:258
Static
UniqueId
▪ UniqueId: string
Defined in index.d.ts:289
Static
ViewsInUse
▪ ViewsInUse: string[]
Defined in index.d.ts:305
Lists of template views in use
Static
WebAbsoluteUrl
▪ WebAbsoluteUrl: string
Defined in index.d.ts:268
Current site Absolute URL
Static
WebId
▪ WebId: string
Defined in index.d.ts:285
Web ID (Root Site ID)
Static
WebServerRelativeUrl
▪ WebServerRelativeUrl: string
Defined in index.d.ts:266
Current Site relative URL
Static
WorkspaceDetailsUrl
▪ WorkspaceDetailsUrl: string
Defined in index.d.ts:246
WorkspaceDetails page absolute URL
Static
WorkspaceListingUrl
▪ WorkspaceListingUrl: string
Defined in index.d.ts:283
Absolute URL to Workspace page
Methods
Static
GetSiteLocaleId
▸ GetSiteLocaleId(): JQueryDeferred‹any›
Defined in index.d.ts:298
Returns: JQueryDeferred‹any›
Resolves with Language ID
Static
IsInDesignMode
▸ IsInDesignMode(): string
Defined in index.d.ts:254
Check if in design mode.
Returns: string