@maxgraph/core
    Preparing search index...

    Class Client

    Index

    Constructors

    Properties

    basePath: string = '.'

    Base path for all URLs in the core without trailing slash.

    When using a relative path, the path is relative to the URL of the page that contains the assignment. Trailing slashes are automatically removed.

    '.'
    
    imageBasePath: string = '.'

    Base path for all images URLs in the core without trailing slash.

    When using a relative path, the path is relative to the URL of the page that contains the assignment. Trailing slashes are automatically removed.

    '.'
    
    IS_ANDROID: boolean = ...

    Returns true if the user agent contains Android.

    IS_CHROMEAPP: boolean = ...

    True if the this is running inside a Chrome App.

    IS_CHROMEOS: boolean = ...

    True if the client is a Chrome OS.

    IS_EDGE: boolean = ...

    True if the current browser is Microsoft Edge.

    IS_FF: boolean = ...

    True if the current browser is Firefox.

    IS_GC: boolean = ...

    True if the current browser is Google Chrome.

    IS_IOS: boolean = ...

    Returns true if the user agent is an iPad, iPhone or iPod.

    IS_LOCAL: boolean = ...

    True if the documents location does not start with http:// or https://.

    IS_MAC: boolean = ...

    True if the client is a Mac.

    IS_MT: boolean = ...

    True if -moz-transform is available as a CSS style. This is the case for all Firefox-based browsers newer than or equal 3, such as Camino, Iceweasel, Seamonkey and Iceape.

    IS_NS: boolean = ...

    True if the current browser is Netscape (including Firefox).

    IS_POINTER: boolean = ...

    True if this device supports Microsoft pointer events (always false on Macs).

    IS_SF: boolean = ...

    True if the current browser is Safari.

    IS_SVG: boolean = ...

    True if the browser supports SVG.

    IS_TOUCH: boolean = ...

    True if this device supports touchstart/-move/-end events (Apple iOS, Android, Chromebook and Chrome Browser on touch-enabled devices).

    IS_WIN: boolean = ...

    True if the client is a Windows.

    NO_FO: boolean = ...

    True if foreignObject support is not available. This is the case for Opera, older SVG-based browsers and all versions of IE.

    Methods

    • Parameters

      • value: string

      Returns void

    • Parameters

      • value: string

      Returns void