Core JavaScriptExtendScript only
Object

ReflectionInfo

Provides information about a method, a property or a method parameters.

Properties

NameType AccessDescription
ReflectionInfo[] readonly The description of method or function arguments.
String readonly The data type.
Varies readonly The default value.
String readonly The long description text.
String readonly The short description text.
Boolean readonly Contains true if the class describes a collection class.
Number readonly The maximum value.
Number readonly The minimum value.
String readonly The element name.
readonly The class object that this element belongs to.
String readonly Sample code, if present.
File readonly A file containing sample code. May be null.
String readonly The element type.

Object of 5

Properties elsewhere that hold a ReflectionInfo.

Return 1

Methods that return a ReflectionInfo.