Interface

EnvType (utils)

@ckeditor/ckeditor5-utils/src/env

interface

A namespace containing environment and browser information.

Filtering

Properties

  • readonly

    features : EnvFeaturesType

    Environment features information.

  • readonly

    isAndroid : boolean

    Indicates that the application is running on Android mobile device.

  • Indicates that the application is running in a browser using the Blink engine.

  • readonly

    isGecko : boolean

    Indicates that the application is running in Firefox (Gecko).

  • readonly

    isMac : boolean

    Indicates that the application is running on Macintosh.

  • readonly

    isSafari : boolean

    Indicates that the application is running in Safari.

  • readonly

    isWindows : boolean

    Indicates that the application is running on Windows.

  • readonly

    isiOS : boolean

    Indicates the the application is running in iOS.