Options
All
  • Public
  • Public/Protected
  • All
Menu

javascript 原生window操作功能相关

Hierarchy

  • Windows

Index

Constructors

constructor

Properties

Static Private _baseUrl

_baseUrl: string

Static Private _fullscreen

_fullscreen: boolean = false

Methods

Static getAllExt

  • getAllExt(): any

Static getBaseUrl

  • getBaseUrl(): string

Static getExt

  • getExt(key: string): any
  • 获取配置在fast-head.html中 meta scheme="ext" 对象

    Parameters

    • key: string

    Returns any

Static getMenuIdFromLocation

  • getMenuIdFromLocation(): string

Static inFullscreen

  • inFullscreen(): void

Static isFullscreen

  • isFullscreen(): boolean

Static openUrl

  • openUrl(url: string, target?: Target): void

Static outFullscreen

  • outFullscreen(): void

Static pushLocationHistory

  • pushLocationHistory(menu: any): void

Static reload

  • reload(): void

Static removeLoading

  • removeLoading(): void

Static toggleFullscreen

  • toggleFullscreen(): void