Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace app

Index

Classes

Interfaces

Type aliases

Type aliases

AppConfig

AppConfig: { logLevel?: LogLevel; name: string; properties?: JsonObject; version?: string }

Application's config 应用的设置

Type declaration

  • Optional logLevel?: LogLevel

    Log level 日志级别

  • name: string

    Application's name 应用名称

  • Optional properties?: JsonObject

    Custom global options 自定义全局配置

  • Optional version?: string

    Application's version: {x}.{y}.{z} 版本号: {x}.{y}.{z}

PageEvents

PageEvents: "fullscreening" | "fullscreened" | "normalscreening" | "normalscreened" | "leaving" | "close"