Photoshop Scripting Reference
Photoshop Scripting Documentation
Core
Classes
$
AliasArray
Array
Boolean
Date
Error
File
FileArray
Folder
Function
Math
Namespace
Number
Object
QName
Reflection
ReflectionInfo
RegExp
Socket
String
UnitPoint
UnitRect
UnitValue
XML
XMLList
global
Module Index
Photoshop
Scriptui
Extension SDK Documentation (CEP)
Photoshop Scripting Reseources
Photoshop Scripting Reference
Docs
»
Photoshop Scripting Documentation
»
Core
»
Boolean
View page source
Boolean
¶
Description
¶
Wraps a Boolean value.
Constructors
¶
Boolean
readonly
Creates and returns a new Boolean object set to the value of the argument converted to a boolean.
Methods
¶
toSource
readonly
Creates a string representation of this object that can be fed back to?eval()?to re-create an object. Works only with built-in classes.
toString
readonly
Returns the string representation of the value of bool.
valueOf
readonly
Returns the primitive value of bool.