Skip to content

Functions

▸ IsFirefox(): boolean

Returns boolean


▸ IsIE(): boolean

Returns boolean


▸ getMobileCssClass(): string | null

Returns string | null


▸ isMobileMode(): boolean

Returns boolean


▸ onMobileModeChanged(callback: (newValue: boolean) => void): void

  • callback: (newValue: boolean) => void

Returns void


▸ setIsMobileMode(value: boolean | undefined): void

  • value: boolean | undefined

Returns void