Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to JSValueMBS class.
JSValueMBS.booleanValue as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
JSValueMBS.context as JSContextMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
JSValueMBS.doubleValue as Double
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns the numeric result of conversion, or NaN if an exception is thrown.
(Read only property)
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value is an array, otherwise false.
Requires OS X 10.11 or newer.
(Read only property)
JSValueMBS.isBoolean as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the boolean type, otherwise false.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value is a date, otherwise false.
Requires OS X 10.11 or newer.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the null type, otherwise false.
(Read only property)
JSValueMBS.isNumber as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the number type, otherwise false.
(Read only property)
JSValueMBS.isObject as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the object type, otherwise false.
(Read only property)
JSValueMBS.isString as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the string type, otherwise false.
(Read only property)
JSValueMBS.isUndefined as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns true if value's type is the undefined type, otherwise false.
(Read only property)
JSValueMBS.JSONString as string
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Requires Mac OS X 10.7 and newer.
(Read only property)
See also:
JSValueMBS.StringValue as String
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Returns a JSString with the result of conversion, or NULL if an exception is thrown.
(Read only property)
See also:
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
You can store anything here and as long as the JSValue object exists, this value is kept referenced.
(Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | JavaScript | MBS MacFrameworks Plugin | 15.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
(Read only property)
The items on this page are in the following plugins: MBS MacFrameworks Plugin.