The preferences for a custom text variable.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| contents | any | r/w | The text contents of the CustomTextVariablePreference. Can return: String or SpecialCharacters enumerator. |
| parent | TextVariable | readonly | The parent of the CustomTextVariablePreference (a TextVariable). |
| properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Array of CustomTextVariablePreferencegetElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the CustomTextVariablePreference.
string toSpecifier ()
Retrieves the object specifier.
Returned by:
Array of CustomTextVariablePreference CustomTextVariablePreference .getElements (
)