SiteContext
@types/akumina-core - v5.0.0 › Globals › Akumina › Digispace › SiteContext
Hierarchy
- SiteContext
Index
Properties
- CurrentLanguage
- EmployeeDetailUrl
- FrameworkLoadTime
- IsDashBoardPage
- IsExternalUser
- IsHeadlessMode
- IsLoaderComplete
- IsLogoutPage
- IsModernPage
- IsPageBuilderPage
- IsSPAPage
- IsSandboxPage
- IsSharePointOnline
- IsSiteAdmin
- IsTimedOut
- IsVirtualPage
- IsWidgetJSLoaded
- IsWorkspacePage
- LicensingInformation
- ListPermissionsMask
- LoadedWidgets
- PageNotFound
- QueriedLists
- RootSiteId
- RootSiteUrl
- ServerRequestPath
- SiteAbsoluteUrl
- SiteId
- SiteServerRelativeUrl
- TotalConnectTime
- TotalLoadTime
- TotalRenderTime
- UniqueId
- ViewsInUse
- WebAbsoluteUrl
- WebId
- WebServerRelativeUrl
- WebTitle
- WorkspaceDetailsUrl
- WorkspaceListingUrl
Methods
Properties
Static
CurrentLanguage
▪ CurrentLanguage: number
Defined in index.d.ts:299
Stores current language ID
Static
EmployeeDetailUrl
▪ EmployeeDetailUrl: string
Defined in index.d.ts:308
Relative URL to Employee Details page
Static
FrameworkLoadTime
▪ FrameworkLoadTime: number
Defined in index.d.ts:282
Static
IsDashBoardPage
▪ IsDashBoardPage: boolean
Defined in index.d.ts:304
Static
IsExternalUser
▪ IsExternalUser: boolean
Defined in index.d.ts:313
Static
IsHeadlessMode
▪ IsHeadlessMode: boolean
Defined in index.d.ts:323
Static
IsLoaderComplete
▪ IsLoaderComplete: boolean
Defined in index.d.ts:267
Static
IsLogoutPage
▪ IsLogoutPage: boolean
Defined in index.d.ts:303
Static
IsModernPage
▪ IsModernPage: boolean
Defined in index.d.ts:326
Static
IsPageBuilderPage
▪ IsPageBuilderPage: boolean
Defined in index.d.ts:306
Static
IsSPAPage
▪ IsSPAPage: boolean
Defined in index.d.ts:274
Static
IsSandboxPage
▪ IsSandboxPage: boolean
Defined in index.d.ts:305
Static
IsSharePointOnline
▪ IsSharePointOnline: boolean
Defined in index.d.ts:334
Static
IsSiteAdmin
▪ IsSiteAdmin: boolean
Defined in index.d.ts:297
Check if Current user is site Admin
Static
IsTimedOut
▪ IsTimedOut: boolean
Defined in index.d.ts:335
Static
IsVirtualPage
▪ IsVirtualPage: boolean
Defined in index.d.ts:273
Check if current page is a VPC
Static
IsWidgetJSLoaded
▪ IsWidgetJSLoaded: boolean
Defined in index.d.ts:318
#MARK - it is not used as of now
Static
IsWorkspacePage
▪ IsWorkspacePage: boolean
Defined in index.d.ts:269
Check if current page is a workspace page
Static
LicensingInformation
▪ LicensingInformation: any
Defined in index.d.ts:336
Static
ListPermissionsMask
▪ ListPermissionsMask: any
Defined in index.d.ts:300
Static
LoadedWidgets
▪ LoadedWidgets: any[]
Defined in index.d.ts:320
#MARK - not used as of now.
Static
PageNotFound
▪ PageNotFound: boolean
Defined in index.d.ts:315
check if page not found
Static
QueriedLists
▪ QueriedLists: string[]
Defined in index.d.ts:329
Lists queired till now
Static
RootSiteId
▪ RootSiteId: string
Defined in index.d.ts:321
Static
RootSiteUrl
▪ RootSiteUrl: string
Defined in index.d.ts:322
Static
ServerRequestPath
▪ ServerRequestPath: string
Defined in index.d.ts:302
Relative URL to current page
Static
SiteAbsoluteUrl
▪ SiteAbsoluteUrl: string
Defined in index.d.ts:289
Root Site URL
Static
SiteId
▪ SiteId: string
Defined in index.d.ts:287
SiteID with {}
Static
SiteServerRelativeUrl
▪ SiteServerRelativeUrl: string
Defined in index.d.ts:291
Relative URL for root site
Static
TotalConnectTime
▪ TotalConnectTime: number
Defined in index.d.ts:284
Static
TotalLoadTime
▪ TotalLoadTime: number
Defined in index.d.ts:283
Static
TotalRenderTime
▪ TotalRenderTime: number
Defined in index.d.ts:285
Static
UniqueId
▪ UniqueId: string
Defined in index.d.ts:316
Static
ViewsInUse
▪ ViewsInUse: string[]
Defined in index.d.ts:332
Lists of template views in use
Static
WebAbsoluteUrl
▪ WebAbsoluteUrl: string
Defined in index.d.ts:295
Current site Absolute URL
Static
WebId
▪ WebId: string
Defined in index.d.ts:312
Web ID (Root Site ID)
Static
WebServerRelativeUrl
▪ WebServerRelativeUrl: string
Defined in index.d.ts:293
Current Site relative URL
Static
WebTitle
▪ WebTitle: string
Defined in index.d.ts:333
Static
WorkspaceDetailsUrl
▪ WorkspaceDetailsUrl: string
Defined in index.d.ts:271
WorkspaceDetails page absolute URL
Static
WorkspaceListingUrl
▪ WorkspaceListingUrl: string
Defined in index.d.ts:310
Absolute URL to Workspace page
Methods
Static
GetSiteLocaleId
▸ GetSiteLocaleId(): JQueryDeferred‹any›
Defined in index.d.ts:325
Returns: JQueryDeferred‹any›
Resolves with Language ID
Static
GetSiteType
▸ GetSiteType(): string
Defined in index.d.ts:281
Get Site Type developer|delivery
Returns: string
Static
IsInDesignMode
▸ IsInDesignMode(): string
Defined in index.d.ts:279
Check if in design mode.
Returns: string