SynchronizeOption
A book synchronize option style.
SynchronizeOption Properties
| Property |
Type |
Access |
Description |
| groupName |
String |
read |
The name of the group this book synchronize option style appears in. |
| index |
Long |
read |
Index of the object within its parent object. |
| name |
String |
read |
The name of the object. |
| parent |
Object |
read |
The parent of the object. |
| properties |
An array of property names and values |
r/w |
Property that allows setting of several properties at the same time. |
| useStyle |
Boolean |
r/w |
Whether to use this book synchronize option style during a synchronize. |
SynchronizeOption Methods
| Method |
Returns |
Description |
| getElements |
Array of Objects |
Resolve the object specifier. |
| toSource |
String |
Generate JavaScript source that, if executed, will return the specified objects. |
| toSpecifier |
String |
Retrieve the object specifier. |
Previous post: SynchronizeOptions
Next post: Swatches